GET /api/bet_types/abf30dc8-7845-46d7-8e16-def1c9157267/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "abf30dc8-7845-46d7-8e16-def1c9157267",
    "match": "https://api-prod.gambitprofit.com/api/matches/ca07d165-c393-46d7-9456-80b40332fa10/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-04T09:18:25.437946-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 Under 6",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "ed27e731-9f6b-4f17-9f00-30d230c046d0",
            "gambit_id": "4a8c8d76-2002-4fa7-9da5-17be0469119b",
            "last_updated": "2024-01-05T22:58:04.449137-05:00",
            "created_at": "2024-01-04T09:18:25.446145-05:00",
            "name": "Game Total Under 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abf30dc8-7845-46d7-8e16-def1c9157267/?format=api"
        },
        {
            "id": "d39ae80b-8a97-497f-bcc2-bdfad49ab2bd",
            "gambit_id": "c13506d4-96f8-40b0-a4be-052f681c820e",
            "last_updated": "2024-01-05T22:58:04.445258-05:00",
            "created_at": "2024-01-04T09:18:25.441769-05:00",
            "name": "Game Total Over 6",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abf30dc8-7845-46d7-8e16-def1c9157267/?format=api"
        }
    ]
}