GET /api/bet_types/3ac6bbd0-a654-47f2-a5b2-138774fa4961/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3ac6bbd0-a654-47f2-a5b2-138774fa4961",
    "match": "https://api-prod.gambitprofit.com/api/matches/cbbfb66c-c321-4872-9e34-1eb7e46eb6cf/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-15T08:32:02.484196-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": "Carolina Hurricanes",
                "amount": 5098.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 4902.0
            }
        ],
        "expected_reward_tokens": 8921.5,
        "profit_sb": -78.5,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "cae67ad7-968c-493e-9b33-6d77b8a80ab4",
            "gambit_id": "cee6293a-19ea-49a6-aafb-4c3253d2f7a5",
            "last_updated": "2023-01-16T19:27:15.750215-05:00",
            "created_at": "2023-01-15T08:32:02.486705-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.75000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ac6bbd0-a654-47f2-a5b2-138774fa4961/?format=api"
        },
        {
            "id": "9b5d7c48-4e51-4058-a431-e5dfdfc187ee",
            "gambit_id": "53ebd558-7e1e-4f35-81c8-df93088f21fa",
            "last_updated": "2023-01-16T19:27:15.753220-05:00",
            "created_at": "2023-01-15T08:32:02.489304-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.82000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ac6bbd0-a654-47f2-a5b2-138774fa4961/?format=api"
        }
    ]
}