GET /api/bet_types/fa1933a2-27a5-4615-8807-545a03ac928c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fa1933a2-27a5-4615-8807-545a03ac928c",
    "match": "https://api-prod.gambitprofit.com/api/matches/abac5a36-8a8d-4c03-abdc-21db547de6ae/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-18T09:13:01.448030-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 37",
                "amount": 5094.0
            },
            {
                "team": "Game Total Under 37",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "1816d5aa-668c-4337-b92b-6cfbe75fccea",
            "gambit_id": "58011227-dbae-4742-ac9b-146a7a236c5e",
            "last_updated": "2023-10-23T13:38:24.039751-04:00",
            "created_at": "2023-10-18T09:13:01.452120-04:00",
            "name": "Game Total Over 37",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "37.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa1933a2-27a5-4615-8807-545a03ac928c/?format=api"
        },
        {
            "id": "1f01bb05-6522-4a9b-b087-ac1f42dc2a70",
            "gambit_id": "9828859f-8a87-4cd5-b682-a3a1249453f0",
            "last_updated": "2023-10-23T13:38:24.044075-04:00",
            "created_at": "2023-10-18T09:13:01.458519-04:00",
            "name": "Game Total Under 37",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "37.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa1933a2-27a5-4615-8807-545a03ac928c/?format=api"
        }
    ]
}