GET /api/bet_types/99a80818-761d-4a66-bf53-133202010880/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "99a80818-761d-4a66-bf53-133202010880",
    "match": "https://api-prod.gambitprofit.com/api/matches/c24c6e8f-7b38-40a4-a44a-1dbd77741c61/?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": "TCU",
                "amount": 5000.0
            },
            {
                "team": "Kansas State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "de80b7f2-9749-4193-90d4-50fde7add17a",
            "gambit_id": "489b55b2-2ffb-42c5-b6b1-39125f0ca0f4",
            "last_updated": "2022-12-05T11:17:09.677815-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TCU",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99a80818-761d-4a66-bf53-133202010880/?format=api"
        },
        {
            "id": "e44b38cc-ccaa-4abb-a514-42b448e2036b",
            "gambit_id": "9dae4435-ed3a-4e07-91d2-067f987f60c8",
            "last_updated": "2022-12-05T11:17:09.678814-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kansas State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99a80818-761d-4a66-bf53-133202010880/?format=api"
        }
    ]
}