GET /api/bet_types/8d7be753-60e9-49b3-816f-3965232d167e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8d7be753-60e9-49b3-816f-3965232d167e",
    "match": "https://api-prod.gambitprofit.com/api/matches/35440838-1cc5-4bab-b5f5-668aef8dbe54/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-11T10:57:04.717981-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": "Nashville Predators",
                "amount": 5882.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 4118.0
            }
        ],
        "expected_reward_tokens": 9058.28,
        "profit_sb": 58.28,
        "profit_sb_percentage": 0.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "4d45f724-d5a2-4969-96e8-df34fb967808",
            "gambit_id": "0796ef0f-70bd-4805-b807-154cc6aabe72",
            "last_updated": "2023-01-12T18:27:09.051890-05:00",
            "created_at": "2023-01-11T10:57:04.720311-05:00",
            "name": "Nashville Predators",
            "reward": "1.54000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d7be753-60e9-49b3-816f-3965232d167e/?format=api"
        },
        {
            "id": "c9aa932f-bc37-4557-973b-7e35b0cebf43",
            "gambit_id": "bab426d2-8971-430d-ab74-b33d8b6a5b4d",
            "last_updated": "2023-01-12T18:27:09.050765-05:00",
            "created_at": "2023-01-11T10:57:04.719112-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.20000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d7be753-60e9-49b3-816f-3965232d167e/?format=api"
        }
    ]
}