GET /api/bet_types/88b66ae8-935a-4ab3-991b-d6f37a6b31c3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "88b66ae8-935a-4ab3-991b-d6f37a6b31c3",
    "match": "https://api-prod.gambitprofit.com/api/matches/1a15ded8-73f9-4f10-91a5-faaf2e463454/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-20T10:03:17.464753-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": "Charlotte Hornets",
                "amount": 5000.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "c493fb19-ecef-40df-ab54-aa8bca6c0e71",
            "gambit_id": "25af6750-3c13-4fa4-a1c1-def98ae1dcea",
            "last_updated": "2023-12-22T15:23:27.190631-05:00",
            "created_at": "2023-12-20T10:03:17.470901-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88b66ae8-935a-4ab3-991b-d6f37a6b31c3/?format=api"
        },
        {
            "id": "f34b47cd-f32d-4c92-8834-331726a0cc1f",
            "gambit_id": "70787c0c-3fd8-4e90-a878-0014f2309edc",
            "last_updated": "2023-12-22T15:23:27.193805-05:00",
            "created_at": "2023-12-20T10:03:17.475084-05:00",
            "name": "Indiana Pacers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88b66ae8-935a-4ab3-991b-d6f37a6b31c3/?format=api"
        }
    ]
}