GET /api/bet_types/96b43527-aac4-4aef-9188-95cbd9db2541/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "96b43527-aac4-4aef-9188-95cbd9db2541",
    "match": "https://api-prod.gambitprofit.com/api/matches/c2c96f32-ca93-4421-a657-8ff3ac1ebd7c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-04T09:48:06.950362-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": "Washington Capitals",
                "amount": 6706.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 3294.0
            }
        ],
        "expected_reward_tokens": 9453.78,
        "profit_sb": -46.22,
        "profit_sb_percentage": -0.49,
        "recommended": false
    },
    "lines": [
        {
            "id": "b576da5e-3c21-45d5-b368-0f34aecd92c2",
            "gambit_id": "93d9542e-0c38-45b4-bfb3-343178002c05",
            "last_updated": "2023-12-05T21:18:21.233806-05:00",
            "created_at": "2023-12-04T09:48:06.954793-05:00",
            "name": "Washington Capitals",
            "reward": "1.41000",
            "odds": "1.42550",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96b43527-aac4-4aef-9188-95cbd9db2541/?format=api"
        },
        {
            "id": "c56b65c6-1236-487b-b2dc-afcd4c937899",
            "gambit_id": "76e2e0d3-ba38-4ad6-bc5a-eba82c4accb8",
            "last_updated": "2023-12-05T21:18:21.238517-05:00",
            "created_at": "2023-12-04T09:48:06.958585-05:00",
            "name": "Arizona Coyotes",
            "reward": "2.87000",
            "odds": "2.95000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96b43527-aac4-4aef-9188-95cbd9db2541/?format=api"
        }
    ]
}