GET /api/bet_types/17511997-77a4-4e44-8d91-1a338b3cc47c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "17511997-77a4-4e44-8d91-1a338b3cc47c",
    "match": "https://api-prod.gambitprofit.com/api/matches/75ec75db-1286-4a4d-bd91-7db2c0be1bf4/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-10T09:43:09.703467-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 45",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 45",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "362085f8-73ef-4c2d-b77a-38b6dd291c5f",
            "gambit_id": "066acb59-98c3-4512-aae7-81937fd571c7",
            "last_updated": "2024-01-15T18:28:13.458900-05:00",
            "created_at": "2024-01-10T09:43:09.707634-05:00",
            "name": "Game Total Over 45",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "45.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/17511997-77a4-4e44-8d91-1a338b3cc47c/?format=api"
        },
        {
            "id": "dccc4cb6-5f4d-41cd-a1e9-03f0cb8971c3",
            "gambit_id": "c96df3dd-958f-4c86-a2c0-774295b44507",
            "last_updated": "2024-01-15T18:28:13.462177-05:00",
            "created_at": "2024-01-10T09:43:09.711525-05:00",
            "name": "Game Total Under 45",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "45.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/17511997-77a4-4e44-8d91-1a338b3cc47c/?format=api"
        }
    ]
}