GET /api/bet_types/636bdd0f-7971-4ebd-a704-8db8abfd59ed/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "636bdd0f-7971-4ebd-a704-8db8abfd59ed",
    "match": "https://api-prod.gambitprofit.com/api/matches/3e9db30c-2025-4f49-a02b-eeeea3b55431/?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": "Wisconsin",
                "amount": 5000.0
            },
            {
                "team": "Nebraska",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "6460afd2-6c79-4b2b-8f66-9263241ab9e0",
            "gambit_id": "adc7396e-f5fd-46c9-a4cf-5398688d8a48",
            "last_updated": "2022-11-21T10:33:20.586543-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Wisconsin",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/636bdd0f-7971-4ebd-a704-8db8abfd59ed/?format=api"
        },
        {
            "id": "fbabf6ca-a392-42c5-a82c-b05ea5dc46a9",
            "gambit_id": "0bf343fc-126a-4fe7-85df-ada1cbaac315",
            "last_updated": "2022-11-21T10:33:20.585343-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nebraska",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/636bdd0f-7971-4ebd-a704-8db8abfd59ed/?format=api"
        }
    ]
}