GET /api/bet_types/9f74d495-c6b5-48ed-9931-583cd023fd69/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9f74d495-c6b5-48ed-9931-583cd023fd69",
    "match": "https://api-prod.gambitprofit.com/api/matches/7f828623-a002-4cb1-b2ad-aeecbcc255e8/?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": "Georgia State",
                "amount": 5000.0
            },
            {
                "team": "Old Dominion",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "9fe10ad9-522d-4870-8653-0e5797a8878f",
            "gambit_id": "0ef9723b-3591-4e2c-a38c-dfa51113044d",
            "last_updated": "2022-10-31T10:37:24.797976-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Georgia State",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f74d495-c6b5-48ed-9931-583cd023fd69/?format=api"
        },
        {
            "id": "a5014ca6-f86d-4a8d-b6c0-c5aa02b8f197",
            "gambit_id": "b7b642a4-feed-4be1-be5c-b0e53b8c1171",
            "last_updated": "2022-10-31T10:37:24.798907-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Old Dominion",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f74d495-c6b5-48ed-9931-583cd023fd69/?format=api"
        }
    ]
}