GET /api/bet_types/0b2553f7-5aa8-4bae-a8b1-bdd8b48ffdf2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0b2553f7-5aa8-4bae-a8b1-bdd8b48ffdf2",
    "match": "https://api-prod.gambitprofit.com/api/matches/39307d27-00fa-42fe-a35e-fc265b2f3f41/?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": "Toronto Raptors",
                "amount": 5000.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "fe4d21c4-5855-4bfe-a5b4-52fa32cf8162",
            "gambit_id": "22bab021-2838-4b9e-a8a5-7b5bd43a42f8",
            "last_updated": "2022-11-03T09:43:22.382800-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Raptors",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b2553f7-5aa8-4bae-a8b1-bdd8b48ffdf2/?format=api"
        },
        {
            "id": "ea4dccbd-0450-44ab-b43f-0d5a6767a3e6",
            "gambit_id": "bfbf7f58-11a2-4c71-9d60-e0f002382326",
            "last_updated": "2022-11-03T09:43:22.381182-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b2553f7-5aa8-4bae-a8b1-bdd8b48ffdf2/?format=api"
        }
    ]
}