GET /api/bet_types/24d55c55-1741-4ff0-9caa-75e5a671b28f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "24d55c55-1741-4ff0-9caa-75e5a671b28f",
    "match": "https://api-prod.gambitprofit.com/api/matches/bf090b34-d672-411d-abf0-8f4ddf12a3f1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-06T08:32:15.717919-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": "San Antonio Spurs",
                "amount": 5000.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "67fcb5bc-c55b-4723-9287-f915c3223373",
            "gambit_id": "86dd0577-9fc9-4383-93e9-178129732ddc",
            "last_updated": "2023-02-07T10:22:15.309599-05:00",
            "created_at": "2023-02-06T08:32:15.720750-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24d55c55-1741-4ff0-9caa-75e5a671b28f/?format=api"
        },
        {
            "id": "b3f8da25-299a-4f79-ac2b-507572a47852",
            "gambit_id": "4bbb14c1-b772-446d-83f2-adc63f6cfd3e",
            "last_updated": "2023-02-07T10:22:15.308352-05:00",
            "created_at": "2023-02-06T08:32:15.719334-05:00",
            "name": "Chicago Bulls",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24d55c55-1741-4ff0-9caa-75e5a671b28f/?format=api"
        }
    ]
}