GET /api/bet_types/5d365855-1546-4f20-a4eb-ed7c1fd406be/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5d365855-1546-4f20-a4eb-ed7c1fd406be",
    "match": "https://api-prod.gambitprofit.com/api/matches/6239af10-a653-4428-856b-62cfffad52c2/?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": "Kansas City Chiefs",
                "amount": 5000.0
            },
            {
                "team": "Houston Texans",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "38cee275-0447-496e-bf3d-44260bbc2488",
            "gambit_id": "9f1d2421-8f0f-43cd-9de8-98bf31b92b5b",
            "last_updated": "2022-12-19T13:32:09.642174-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kansas City Chiefs",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-14.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d365855-1546-4f20-a4eb-ed7c1fd406be/?format=api"
        },
        {
            "id": "dacfe3b7-2bea-4903-b519-1153235b3047",
            "gambit_id": "e7579b93-6abc-40f7-a7fc-0e824289eee0",
            "last_updated": "2022-12-19T13:32:09.641013-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Texans",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "14.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d365855-1546-4f20-a4eb-ed7c1fd406be/?format=api"
        }
    ]
}