GET /api/bet_types/ba973472-ef94-4f08-9b16-c7075943a107/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ba973472-ef94-4f08-9b16-c7075943a107",
    "match": "https://api-prod.gambitprofit.com/api/matches/58b787a0-f632-479d-822c-fae4eba0300a/?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": "Oklahoma City Thunder",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "71b13906-ab27-47c3-853b-520d1f30ae91",
            "gambit_id": "c49fb9e3-ecbf-488a-8bb2-c510028b147a",
            "last_updated": "2022-10-28T09:32:03.721660-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba973472-ef94-4f08-9b16-c7075943a107/?format=api"
        },
        {
            "id": "de093562-0b43-4225-bb77-0a5557c144c6",
            "gambit_id": "356a149f-8bc8-4cd0-a32c-5fe97e3dfc3d",
            "last_updated": "2022-10-28T09:32:03.722783-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba973472-ef94-4f08-9b16-c7075943a107/?format=api"
        }
    ]
}