GET /api/bet_types/5a72bc8f-85b5-4be5-9a46-2664693c1213/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5a72bc8f-85b5-4be5-9a46-2664693c1213",
    "match": "https://api-prod.gambitprofit.com/api/matches/2186d1ad-a856-49f4-90ec-fd5aba380a6a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-26T09:18:15.412912-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 Over 9",
                "amount": 5319.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "49b3eab2-0bc4-4075-8c0f-bde54b0cece3",
            "gambit_id": "ce143036-59d4-4b8e-8b99-895969da9b77",
            "last_updated": "2023-07-27T23:03:19.833620-04:00",
            "created_at": "2023-07-26T09:18:15.421799-04:00",
            "name": "Game Total Over 9",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a72bc8f-85b5-4be5-9a46-2664693c1213/?format=api"
        },
        {
            "id": "db359397-d37e-44c5-9343-d9ac4626e48e",
            "gambit_id": "b83ca6af-4146-4bc8-9edf-723657cdd1c5",
            "last_updated": "2023-07-27T23:03:19.849719-04:00",
            "created_at": "2023-07-26T09:18:15.427931-04:00",
            "name": "Game Total Under 9",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a72bc8f-85b5-4be5-9a46-2664693c1213/?format=api"
        }
    ]
}