GET /api/bet_types/26120db5-1463-4c82-847a-8d326c91df27/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "26120db5-1463-4c82-847a-8d326c91df27",
    "match": "https://api-prod.gambitprofit.com/api/matches/fb6fb777-39bb-4acc-9022-c7c8d2a08293/?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": "Phoenix Suns",
                "amount": 5000.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "c2dbbfe1-ab86-4d53-a75b-944291bd4f17",
            "gambit_id": "7cbdb651-e2b8-4a77-bc43-6c7294766c11",
            "last_updated": "2022-12-06T09:52:01.719345-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Phoenix Suns",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26120db5-1463-4c82-847a-8d326c91df27/?format=api"
        },
        {
            "id": "cd074389-b230-44f7-92a9-d4228692dfb5",
            "gambit_id": "37b2ad44-480e-4611-a755-fe0ef14d7ada",
            "last_updated": "2022-12-06T09:52:01.718374-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26120db5-1463-4c82-847a-8d326c91df27/?format=api"
        }
    ]
}