GET /api/bet_types/43b45a0c-e41f-49c1-9afd-6b49fb764deb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "43b45a0c-e41f-49c1-9afd-6b49fb764deb",
    "match": "https://api-prod.gambitprofit.com/api/matches/f823c494-8711-4029-9e55-f1f64117cd7a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-07T09:48:19.331793-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": "Philadelphia Flyers",
                "amount": 7072.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 2928.0
            }
        ],
        "expected_reward_tokens": 9545.28,
        "profit_sb": 45.28,
        "profit_sb_percentage": 0.48,
        "recommended": true
    },
    "lines": [
        {
            "id": "2a8aaa19-a32f-4ad6-ad27-884332e9dd99",
            "gambit_id": "28eaf54f-7451-48d4-a981-b7fe53d6e971",
            "last_updated": "2023-12-08T21:13:06.533855-05:00",
            "created_at": "2023-12-07T09:48:19.336396-05:00",
            "name": "Philadelphia Flyers",
            "reward": "1.35000",
            "odds": "1.36360",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43b45a0c-e41f-49c1-9afd-6b49fb764deb/?format=api"
        },
        {
            "id": "e80fb751-8b27-43fd-9828-1c64dce44f31",
            "gambit_id": "5f4fe5dd-ba44-44bd-8bc2-f046f04f981b",
            "last_updated": "2023-12-08T21:13:06.530188-05:00",
            "created_at": "2023-12-07T09:48:19.341749-05:00",
            "name": "Arizona Coyotes",
            "reward": "3.26000",
            "odds": "3.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43b45a0c-e41f-49c1-9afd-6b49fb764deb/?format=api"
        }
    ]
}