GET /api/bet_types/2dbba3d5-9d95-4bfa-b5ef-21f7d7902802/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2dbba3d5-9d95-4bfa-b5ef-21f7d7902802",
    "match": "https://api-prod.gambitprofit.com/api/matches/72609728-6a6c-426c-a4c5-baec95332897/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-28T09:08:10.048974-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 6",
                "amount": 5319.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "761a6bcd-3f7f-439c-a0c4-88a63bf6f562",
            "gambit_id": "95cae637-4f62-4111-8e85-c91ab3e091d4",
            "last_updated": "2023-10-30T13:28:22.728485-04:00",
            "created_at": "2023-10-28T09:08:10.053164-04:00",
            "name": "Game Total Over 6",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2dbba3d5-9d95-4bfa-b5ef-21f7d7902802/?format=api"
        },
        {
            "id": "e09d243b-af0f-4492-ba7c-66b05685450f",
            "gambit_id": "c5336081-3024-4e3c-88fd-96154639e909",
            "last_updated": "2023-10-30T13:28:22.731926-04:00",
            "created_at": "2023-10-28T09:08:10.057584-04:00",
            "name": "Game Total Under 6",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2dbba3d5-9d95-4bfa-b5ef-21f7d7902802/?format=api"
        }
    ]
}