GET /api/bet_types/5bb1e6fe-5f83-4ea1-a449-df8c6ce9e830/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5bb1e6fe-5f83-4ea1-a449-df8c6ce9e830",
    "match": "https://api-prod.gambitprofit.com/api/matches/2568edf3-1188-4ed9-9f66-59506a179460/?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": "Denver Broncos",
                "amount": 5208.0
            },
            {
                "team": "Las Vegas Raiders",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "0a2f9315-0b92-4b4c-ba55-817bedb96beb",
            "gambit_id": "2cc28773-5414-47a0-8682-8d8be3709557",
            "last_updated": "2022-11-21T15:43:27.434949-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Denver Broncos",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5bb1e6fe-5f83-4ea1-a449-df8c6ce9e830/?format=api"
        },
        {
            "id": "501cec20-bba0-4309-9015-5e724506c457",
            "gambit_id": "2e673a80-8751-4664-9c6d-7ae4cb5310b6",
            "last_updated": "2022-11-21T15:43:27.435942-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Las Vegas Raiders",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5bb1e6fe-5f83-4ea1-a449-df8c6ce9e830/?format=api"
        }
    ]
}