GET /api/bet_types/6687ebd9-3e98-41b6-9555-bb6e864d75c4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6687ebd9-3e98-41b6-9555-bb6e864d75c4",
    "match": "https://api-prod.gambitprofit.com/api/matches/896c69c9-0ead-41ea-bf33-3a0389393038/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "San Antonio Spurs",
                "amount": 5000.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "a1f0eaae-15b1-443a-85c6-8abf9fbeb8f0",
            "gambit_id": "ccb72f3c-5682-4a28-acfb-0df4188f5e6c",
            "last_updated": "2022-12-01T16:17:23.523196-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6687ebd9-3e98-41b6-9555-bb6e864d75c4/?format=api"
        },
        {
            "id": "d8c3e84a-25e9-4d68-892f-ba99d0926e54",
            "gambit_id": "d4709ed0-92b1-4894-ac06-92b33b1512a1",
            "last_updated": "2022-12-01T16:17:23.522195-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6687ebd9-3e98-41b6-9555-bb6e864d75c4/?format=api"
        }
    ]
}