GET /api/bet_types/e187d7c3-f302-4182-844d-e635edc649c8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e187d7c3-f302-4182-844d-e635edc649c8",
    "match": "https://api-prod.gambitprofit.com/api/matches/a2724cf5-539f-4d81-a8a4-ecb58e1a4805/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-30T10:28:02.252483-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": "New York Islanders",
                "amount": 5784.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "8519bc69-b604-46e9-acec-ec5ba1dac8cf",
            "gambit_id": "60598a65-78e4-459f-806d-9e2ebbc18ce5",
            "last_updated": "2023-12-01T19:18:09.099126-05:00",
            "created_at": "2023-11-30T10:28:02.256348-05:00",
            "name": "New York Islanders",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e187d7c3-f302-4182-844d-e635edc649c8/?format=api"
        },
        {
            "id": "5728f611-400b-49df-b871-b24d2875249f",
            "gambit_id": "33f2fa25-b2fb-451e-b614-035525d64145",
            "last_updated": "2023-12-01T19:18:09.102864-05:00",
            "created_at": "2023-11-30T10:28:02.261997-05:00",
            "name": "Carolina Hurricanes",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e187d7c3-f302-4182-844d-e635edc649c8/?format=api"
        }
    ]
}