GET /api/bet_types/ea4e0f7f-56d3-4192-9e03-ffea54c42073/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ea4e0f7f-56d3-4192-9e03-ffea54c42073",
    "match": "https://api-prod.gambitprofit.com/api/matches/b92a5a4d-8f44-4f88-b53e-960b4dbff1e9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-06T08:32:15.503968-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": "Houston Rockets",
                "amount": 5000.0
            },
            {
                "team": "Sacramento Kings",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "58ce7b2a-cea7-4049-a906-687d6c8bec75",
            "gambit_id": "cebd13a9-30b5-4058-a779-e5fee54587b6",
            "last_updated": "2023-02-07T10:22:15.135320-05:00",
            "created_at": "2023-02-06T08:32:15.505336-05:00",
            "name": "Houston Rockets",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea4e0f7f-56d3-4192-9e03-ffea54c42073/?format=api"
        },
        {
            "id": "a1f81048-9bb5-4dc5-876c-f61dd0784b0d",
            "gambit_id": "7f05d516-e756-4a41-b497-443eec1324cd",
            "last_updated": "2023-02-07T10:22:15.137134-05:00",
            "created_at": "2023-02-06T08:32:15.506677-05:00",
            "name": "Sacramento Kings",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea4e0f7f-56d3-4192-9e03-ffea54c42073/?format=api"
        }
    ]
}