GET /api/bet_types/401405d2-7956-4dab-84c5-2ef3f0af6472/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "401405d2-7956-4dab-84c5-2ef3f0af6472",
    "match": "https://api-prod.gambitprofit.com/api/matches/307bf7b7-a33a-4ca6-af6d-9271122ecca9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-18T08:46:54.688686-04: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": "Los Angeles Clippers",
                "amount": 5000.0
            },
            {
                "team": "Orlando Magic",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "480856bc-d609-4677-94ab-708fff1a6834",
            "gambit_id": "6e87a971-b438-4182-a414-312c665302ca",
            "last_updated": "2023-03-19T17:01:58.766320-04:00",
            "created_at": "2023-03-18T08:46:54.691403-04:00",
            "name": "Los Angeles Clippers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/401405d2-7956-4dab-84c5-2ef3f0af6472/?format=api"
        },
        {
            "id": "8ee10af6-03a7-4671-ae59-dcdb248e0425",
            "gambit_id": "a0652374-e508-4137-b2e5-6a0bf1443b5f",
            "last_updated": "2023-03-19T17:01:58.767884-04:00",
            "created_at": "2023-03-18T08:46:54.694449-04:00",
            "name": "Orlando Magic",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/401405d2-7956-4dab-84c5-2ef3f0af6472/?format=api"
        }
    ]
}