GET /api/bet_types/6d51c809-7066-422b-a40c-e0d3e2457ae0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6d51c809-7066-422b-a40c-e0d3e2457ae0",
    "match": "https://api-prod.gambitprofit.com/api/matches/037e2ab4-62e9-4c0d-b0a4-838bf440c5ee/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-26T12:02:11.552237-04: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 Under 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "9c09839b-7806-4d2d-b432-b482f6aba630",
            "gambit_id": "05cb60ee-7d28-4ae4-9ed5-f13e2c990e26",
            "last_updated": "2023-04-27T11:52:09.464778-04:00",
            "created_at": "2023-04-26T12:02:11.554439-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d51c809-7066-422b-a40c-e0d3e2457ae0/?format=api"
        },
        {
            "id": "85a6d9f3-48a3-41ad-ab7c-a0bc1558f46b",
            "gambit_id": "f0eab1ea-b77d-4aca-8d14-8a3c2893ac5d",
            "last_updated": "2023-04-27T11:52:09.467768-04:00",
            "created_at": "2023-04-26T12:02:11.556355-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d51c809-7066-422b-a40c-e0d3e2457ae0/?format=api"
        }
    ]
}