GET /api/bet_types/6888821f-1ed7-4545-86a8-8d672b9c6aed/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6888821f-1ed7-4545-86a8-8d672b9c6aed",
    "match": "https://api-prod.gambitprofit.com/api/matches/87afeec0-c7d6-4d94-8649-cf880f6e91d0/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-25T14:17:10.223103-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 6",
                "amount": 5106.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "4c4a1cc5-55c0-4854-b075-0c520706f533",
            "gambit_id": "25d135f8-dc05-492c-985a-d65f942a28a1",
            "last_updated": "2023-01-26T10:57:03.634653-05:00",
            "created_at": "2023-01-25T14:17:10.226189-05:00",
            "name": "Game Total Over 6",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6888821f-1ed7-4545-86a8-8d672b9c6aed/?format=api"
        },
        {
            "id": "dea188b5-21f8-484a-903d-70b40b1a6c27",
            "gambit_id": "e1449637-11db-40cb-9d16-a0bb3158e792",
            "last_updated": "2023-01-26T10:57:03.633053-05:00",
            "created_at": "2023-01-25T14:17:10.224797-05:00",
            "name": "Game Total Under 6",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6888821f-1ed7-4545-86a8-8d672b9c6aed/?format=api"
        }
    ]
}