GET /api/bet_types/1bf0daa4-0835-4f57-87ca-42c97e74d6ee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1bf0daa4-0835-4f57-87ca-42c97e74d6ee",
    "match": "https://api-prod.gambitprofit.com/api/matches/a984ee32-8837-497e-ab12-1fb5c855a78b/?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": "Illinois",
                "amount": 5000.0
            },
            {
                "team": "Michigan",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "160a2edd-2c4d-476e-8df2-6b9972927628",
            "gambit_id": "68d55884-cf67-49c1-99d2-4364e6c17215",
            "last_updated": "2022-11-21T12:04:06.065593-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Illinois",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "18.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1bf0daa4-0835-4f57-87ca-42c97e74d6ee/?format=api"
        },
        {
            "id": "b33ad9cc-4a67-4ea5-b680-16bd0e069374",
            "gambit_id": "00d3cfb1-99ab-4d4f-8857-e3ad5fb88a2d",
            "last_updated": "2022-11-21T12:04:06.066736-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Michigan",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-18.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1bf0daa4-0835-4f57-87ca-42c97e74d6ee/?format=api"
        }
    ]
}