GET /api/bet_types/e65657bd-1e4b-4859-a181-b66c13aca7cb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e65657bd-1e4b-4859-a181-b66c13aca7cb",
    "match": "https://api-prod.gambitprofit.com/api/matches/74b7fdc8-ac99-4516-95e6-976f28e5e1e9/?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": "Utah Jazz",
                "amount": 5000.0
            },
            {
                "team": "Houston Rockets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "e6aaf423-ffad-4721-8e86-8d49f9dc9176",
            "gambit_id": "1a2d1576-511d-4d77-b8bf-2aa0cfcc937e",
            "last_updated": "2022-10-25T10:07:49.887613-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah Jazz",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e65657bd-1e4b-4859-a181-b66c13aca7cb/?format=api"
        },
        {
            "id": "d3e048d6-f2e4-424b-85f2-e76dcb44a277",
            "gambit_id": "a8390e9e-91e7-4ac9-81fb-01cb16772804",
            "last_updated": "2022-10-25T10:07:49.886614-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Rockets",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e65657bd-1e4b-4859-a181-b66c13aca7cb/?format=api"
        }
    ]
}