GET /api/bet_types/df547d06-09e8-4e69-be69-09d285e509bb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "df547d06-09e8-4e69-be69-09d285e509bb",
    "match": "https://api-prod.gambitprofit.com/api/matches/f326db2d-7281-4077-a310-d0863a1aa43b/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-25T13:28:10.927427-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": "Ottawa Senators",
                "amount": 6390.0
            },
            {
                "team": "Boston Bruins",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "613ff888-6336-4b40-ba28-cbb08a7fed90",
            "gambit_id": "f29c9d32-e9aa-4340-a58d-f2b88c8e5b73",
            "last_updated": "2024-01-26T20:58:23.298934-05:00",
            "created_at": "2024-01-25T13:28:10.936875-05:00",
            "name": "Ottawa Senators",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df547d06-09e8-4e69-be69-09d285e509bb/?format=api"
        },
        {
            "id": "35bad51e-17fa-45f5-b40e-1f33ba82eec7",
            "gambit_id": "f8587ebf-ad9a-489f-9cbf-62c6d5dee04f",
            "last_updated": "2024-01-26T20:58:23.293947-05:00",
            "created_at": "2024-01-25T13:28:10.932816-05:00",
            "name": "Boston Bruins",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df547d06-09e8-4e69-be69-09d285e509bb/?format=api"
        }
    ]
}