GET /api/bet_types/46782c6f-1d27-4d75-a385-af3545af24a3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "46782c6f-1d27-4d75-a385-af3545af24a3",
    "match": "https://api-prod.gambitprofit.com/api/matches/c2b3950b-075b-4bfd-a7d3-cb6eb14baa11/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-25T11:42:10.753494-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": "Los Angeles Kings",
                "amount": 5512.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "1f6be7cd-a1a3-4e16-87f8-2137c1eb303f",
            "gambit_id": "178012d1-de05-44e4-8d7f-8a7638710a38",
            "last_updated": "2023-04-27T11:52:04.792932-04:00",
            "created_at": "2023-04-25T11:42:10.757798-04:00",
            "name": "Los Angeles Kings",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46782c6f-1d27-4d75-a385-af3545af24a3/?format=api"
        },
        {
            "id": "58750def-0434-4cc2-9fd3-a33a2a9b18a1",
            "gambit_id": "524fbd24-aec4-417d-b69e-5b6d42a1c6a2",
            "last_updated": "2023-04-27T11:52:04.791667-04:00",
            "created_at": "2023-04-25T11:42:10.755578-04:00",
            "name": "Edmonton Oilers",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46782c6f-1d27-4d75-a385-af3545af24a3/?format=api"
        }
    ]
}