GET /api/bet_types/f1c5388f-c90f-4d0f-9a19-e7b5132f39be/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f1c5388f-c90f-4d0f-9a19-e7b5132f39be",
    "match": "https://api-prod.gambitprofit.com/api/matches/7c8c6c71-92f0-462c-a0f6-a5d62569dac0/?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": "Colorado",
                "amount": 5000.0
            },
            {
                "team": "Utah",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "3194d0aa-cf27-44ec-a2d2-de05cbfddb5a",
            "gambit_id": "fb7a35dd-bb47-4fe6-ae47-84a0a930f2f6",
            "last_updated": "2022-12-24T17:12:20.296359-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "30.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1c5388f-c90f-4d0f-9a19-e7b5132f39be/?format=api"
        },
        {
            "id": "751e78d7-86a2-41eb-98c5-3acd8dd7e571",
            "gambit_id": "a58896e2-4579-4b29-90fc-8adb838646e3",
            "last_updated": "2022-12-24T17:12:20.297499-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-30.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1c5388f-c90f-4d0f-9a19-e7b5132f39be/?format=api"
        }
    ]
}