GET /api/bet_types/f953c89a-9c93-423f-922c-01f18829d033/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f953c89a-9c93-423f-922c-01f18829d033",
    "match": "https://api-prod.gambitprofit.com/api/matches/67beb76a-8524-459c-a6ea-f55b27a5f6b8/?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": "Akron",
                "amount": 5000.0
            },
            {
                "team": "Michigan State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "37cad343-c5d9-436d-8c42-e7e12f756d1b",
            "gambit_id": "16019c6e-a078-462a-91a3-18f4b8c34f31",
            "last_updated": "2022-09-11T10:52:37.500759-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Akron",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "34.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f953c89a-9c93-423f-922c-01f18829d033/?format=api"
        },
        {
            "id": "a82a0756-ad57-495e-b619-677a4dce6ffe",
            "gambit_id": "fa132464-1ffd-4924-abec-645405eb6cef",
            "last_updated": "2022-09-11T10:52:37.499505-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Michigan State",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "-34.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f953c89a-9c93-423f-922c-01f18829d033/?format=api"
        }
    ]
}