GET /api/bet_types/59eaf49d-8746-4508-86df-e3751b6fa3cd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "59eaf49d-8746-4508-86df-e3751b6fa3cd",
    "match": "https://api-prod.gambitprofit.com/api/matches/1886501f-be53-41b4-8534-90176d7dc666/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-02T07:42:05.198379-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 Under 6.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "93a05e8b-4c0e-4384-8853-8bf7be8f3b0f",
            "gambit_id": "72a913d6-b38e-4afb-8d97-b428252a391b",
            "last_updated": "2023-03-03T09:57:03.969139-05:00",
            "created_at": "2023-03-02T07:42:05.199948-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59eaf49d-8746-4508-86df-e3751b6fa3cd/?format=api"
        },
        {
            "id": "b221be5f-1f34-4060-9749-165e9aa81238",
            "gambit_id": "d6e3aa95-74d7-4003-a4bf-644a025a12af",
            "last_updated": "2023-03-03T09:57:03.970271-05:00",
            "created_at": "2023-03-02T07:42:05.201394-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59eaf49d-8746-4508-86df-e3751b6fa3cd/?format=api"
        }
    ]
}