GET /api/bet_types/0b15db80-6a35-4f48-bc07-145adc62aa09/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0b15db80-6a35-4f48-bc07-145adc62aa09",
    "match": "https://api-prod.gambitprofit.com/api/matches/809ae09f-4b4f-4150-96ee-49666c2d9b6a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-15T09:13:05.709016-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Philadelphia 76ers",
                "amount": 5000.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e0f18246-532c-4b64-bfb1-3e0066d3ee9a",
            "gambit_id": "f6abc18b-ce3a-47bb-9e99-8cb55bb18487",
            "last_updated": "2023-12-18T10:58:07.641664-05:00",
            "created_at": "2023-12-15T09:13:05.719087-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-15.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b15db80-6a35-4f48-bc07-145adc62aa09/?format=api"
        },
        {
            "id": "7954730a-cd80-40eb-a5b4-fb33165859fd",
            "gambit_id": "9fb17f8e-1c39-42bb-93e4-122a0d3d6461",
            "last_updated": "2023-12-18T10:58:07.638174-05:00",
            "created_at": "2023-12-15T09:13:05.713980-05:00",
            "name": "Detroit Pistons",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "15.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b15db80-6a35-4f48-bc07-145adc62aa09/?format=api"
        }
    ]
}