GET /api/bet_types/f0b544f7-f2e3-431e-bc3a-1965fc9c4d82/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f0b544f7-f2e3-431e-bc3a-1965fc9c4d82",
    "match": "https://api-prod.gambitprofit.com/api/matches/1c7e71cc-7b19-4d6f-b4d0-359b460fb2f7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-16T09:52:55.823701-04: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": "Toronto Maple Leafs",
                "amount": 5602.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 4398.0
            }
        ],
        "expected_reward_tokens": 9411.36,
        "profit_sb": -88.64,
        "profit_sb_percentage": -0.93,
        "recommended": false
    },
    "lines": [
        {
            "id": "4a12e5b2-fb63-483e-9a19-f4bf219cce9d",
            "gambit_id": "86ab00a5-873e-481b-b62d-8e51aaa94aa5",
            "last_updated": "2023-10-17T10:13:14.318864-04:00",
            "created_at": "2023-10-16T09:52:55.834202-04:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0b544f7-f2e3-431e-bc3a-1965fc9c4d82/?format=api"
        },
        {
            "id": "37cf5959-9ff0-445e-ad60-756cc9b6f206",
            "gambit_id": "d0f7b429-f8e6-4bda-9b1d-0e5216fe167b",
            "last_updated": "2023-10-17T10:13:14.313356-04:00",
            "created_at": "2023-10-16T09:52:55.828323-04:00",
            "name": "Chicago Blackhawks",
            "reward": "2.14000",
            "odds": "2.20000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0b544f7-f2e3-431e-bc3a-1965fc9c4d82/?format=api"
        }
    ]
}