GET /api/bet_types/8f88f6c2-f165-44df-b32b-66f343beb10f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8f88f6c2-f165-44df-b32b-66f343beb10f",
    "match": "https://api-prod.gambitprofit.com/api/matches/b0db683b-3881-40f0-a487-a581751afd3e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-05T08:52:56.248087-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 5.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "f47b12e0-8278-4dd6-a82b-7ae49135e66c",
            "gambit_id": "388a325a-0eeb-4928-9277-3c37bc334fb9",
            "last_updated": "2023-12-06T09:43:11.670308-05:00",
            "created_at": "2023-12-05T08:52:56.251786-05:00",
            "name": "Game Total Over 5.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f88f6c2-f165-44df-b32b-66f343beb10f/?format=api"
        },
        {
            "id": "2db42472-54d1-4294-aa5b-c49debc3f256",
            "gambit_id": "79932f2f-3696-4e95-ad7c-d6f4155e49ff",
            "last_updated": "2023-12-06T09:43:11.666277-05:00",
            "created_at": "2023-12-05T08:52:56.257813-05:00",
            "name": "Game Total Under 5.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f88f6c2-f165-44df-b32b-66f343beb10f/?format=api"
        }
    ]
}