GET /api/bet_types/4925c583-b586-410b-b651-7b3866f9ad3a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4925c583-b586-410b-b651-7b3866f9ad3a",
    "match": "https://api-prod.gambitprofit.com/api/matches/b1ecf3e4-b6b2-43df-9d9f-d4734a7af7b1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-06T10:57:13.149133-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 Under 8.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "ed4fce02-b6fb-4852-ac90-d321aa6bef25",
            "gambit_id": "ba06183e-e596-430a-ba4c-bfbfceed7a3b",
            "last_updated": "2023-06-07T10:23:04.024820-04:00",
            "created_at": "2023-06-06T10:57:13.153580-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4925c583-b586-410b-b651-7b3866f9ad3a/?format=api"
        },
        {
            "id": "3b376cc8-f257-45f2-b5f3-17571dc63870",
            "gambit_id": "0c6d466d-7767-4e89-81ee-a49531758923",
            "last_updated": "2023-06-07T10:23:04.023253-04:00",
            "created_at": "2023-06-06T10:57:13.151349-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4925c583-b586-410b-b651-7b3866f9ad3a/?format=api"
        }
    ]
}