GET /api/bet_types/75256c18-98e0-4f98-b321-8c67535c9100/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "75256c18-98e0-4f98-b321-8c67535c9100",
    "match": "https://api-prod.gambitprofit.com/api/matches/e42b80a5-7d72-45ae-8a6c-d94e898118db/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-23T09:13:00.576228-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": "Vancouver Canucks",
                "amount": 5319.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "8585bc15-65be-4871-aa46-f17f4f7a10bb",
            "gambit_id": "a4578334-6080-4e71-9dcc-5f1320a49a00",
            "last_updated": "2023-12-26T15:23:11.455697-05:00",
            "created_at": "2023-12-23T09:13:00.586570-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75256c18-98e0-4f98-b321-8c67535c9100/?format=api"
        },
        {
            "id": "0f34be5d-0d69-4df1-8a4a-e29f6ac322f1",
            "gambit_id": "401c7a01-1227-4b6c-b1a4-223dfa5e5949",
            "last_updated": "2023-12-26T15:23:11.452070-05:00",
            "created_at": "2023-12-23T09:13:00.580875-05:00",
            "name": "San Jose Sharks",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75256c18-98e0-4f98-b321-8c67535c9100/?format=api"
        }
    ]
}