GET /api/bet_types/3bbd0a2e-69aa-4f27-ac0e-88180b48bc91/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3bbd0a2e-69aa-4f27-ac0e-88180b48bc91",
    "match": "https://api-prod.gambitprofit.com/api/matches/91b28c1f-c859-42a0-ac2b-0644917475bf/?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": "SFO",
                "amount": 5207.0
            },
            {
                "team": "ATL",
                "amount": 4793.0
            }
        ],
        "expected_reward_tokens": 9058.77,
        "profit_sb": 58.77,
        "profit_sb_percentage": 0.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "f862bf33-9b22-403f-9ba7-37d2e401b16a",
            "gambit_id": "b161cc1c-7cc1-4042-9e3b-f03441e54cea",
            "last_updated": "2022-09-14T10:07:04.659720-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO",
            "reward": "1.74000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3bbd0a2e-69aa-4f27-ac0e-88180b48bc91/?format=api"
        },
        {
            "id": "05862070-f6fe-4f2d-a2aa-3413715a80e6",
            "gambit_id": "653a22f8-0934-40a3-b2cd-953ad44a8553",
            "last_updated": "2022-09-14T10:07:04.660808-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL",
            "reward": "1.89000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3bbd0a2e-69aa-4f27-ac0e-88180b48bc91/?format=api"
        }
    ]
}