GET /api/bet_types/f91d16f1-0af9-412a-977f-b10d261fe3cc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f91d16f1-0af9-412a-977f-b10d261fe3cc",
    "match": "https://api-prod.gambitprofit.com/api/matches/fca01d5a-9656-438d-ad44-30f1ba724b33/?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": "Indiana",
                "amount": 5000.0
            },
            {
                "team": "Illinois",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "0c5abf25-c066-4036-9d4a-fb58345fc5a3",
            "gambit_id": "ff385583-0596-4c60-8d73-de2415fc845c",
            "last_updated": "2022-09-03T11:17:09.703251-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indiana",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f91d16f1-0af9-412a-977f-b10d261fe3cc/?format=api"
        },
        {
            "id": "7f1e821a-5379-42b6-9229-80834e99cbf5",
            "gambit_id": "681039e2-e34c-419c-a235-3dfe05cf46c5",
            "last_updated": "2022-09-03T11:17:09.703662-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Illinois",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f91d16f1-0af9-412a-977f-b10d261fe3cc/?format=api"
        }
    ]
}