GET /api/bet_types/81b20198-3b63-4afe-a474-fb2d64fb4ea1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "81b20198-3b63-4afe-a474-fb2d64fb4ea1",
    "match": "https://api-prod.gambitprofit.com/api/matches/bd1f7903-81ac-422c-95ea-52836cbfb332/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-06T09:13:08.135948-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": "St Louis Blues",
                "amount": 6163.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 3837.0
            }
        ],
        "expected_reward_tokens": 9552.65,
        "profit_sb": 52.65,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "9b7e4a9c-cb91-4877-976c-a5cbf00bcd4b",
            "gambit_id": "af39c191-488a-4eea-bc9d-995003b9d69e",
            "last_updated": "2023-12-07T15:23:06.090889-05:00",
            "created_at": "2023-12-06T09:13:08.144158-05:00",
            "name": "St Louis Blues",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81b20198-3b63-4afe-a474-fb2d64fb4ea1/?format=api"
        },
        {
            "id": "cb2d96df-e9e5-492c-b40b-5007ecc93b3b",
            "gambit_id": "79161922-e05a-4a89-839d-c98fa1573a76",
            "last_updated": "2023-12-07T15:23:06.087636-05:00",
            "created_at": "2023-12-06T09:13:08.140008-05:00",
            "name": "Vegas Golden Knights",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81b20198-3b63-4afe-a474-fb2d64fb4ea1/?format=api"
        }
    ]
}