GET /api/bet_types/ae77cf9b-4adf-44d4-a40d-1d50c3fd831c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ae77cf9b-4adf-44d4-a40d-1d50c3fd831c",
    "match": "https://api-prod.gambitprofit.com/api/matches/9a3742e5-5865-4aa7-92b9-9df701340fb9/?format=api",
    "name": "Over/Under",
    "created_at": "2024-02-06T09:08:09.586146-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": "Game Total Over 236.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 236.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "282423dd-2e14-4f41-a488-b98e5ee0e822",
            "gambit_id": "c2863d7b-6040-4c54-86a9-a87359eee1ee",
            "last_updated": "2024-02-07T01:53:01.861369-05:00",
            "created_at": "2024-02-06T09:08:09.590508-05:00",
            "name": "Game Total Over 236.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "236.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae77cf9b-4adf-44d4-a40d-1d50c3fd831c/?format=api"
        },
        {
            "id": "bbba1676-e817-4712-ad30-2cf8a1c6e8aa",
            "gambit_id": "61d7443f-715a-4dd6-8914-10d264fa72c5",
            "last_updated": "2024-02-07T01:53:01.868764-05:00",
            "created_at": "2024-02-06T09:08:09.595129-05:00",
            "name": "Game Total Under 236.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "236.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae77cf9b-4adf-44d4-a40d-1d50c3fd831c/?format=api"
        }
    ]
}