GET /api/bet_types/da4e0c9b-87ed-4616-9f60-1928bc160edc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "da4e0c9b-87ed-4616-9f60-1928bc160edc",
    "match": "https://api-prod.gambitprofit.com/api/matches/c0cce319-6f70-4a38-861a-3f48f2c9ffcf/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-20T10:51:58.811271-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 8.5",
                "amount": 5317.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "fa2e6679-4c51-4bb8-bed3-59c547ca1448",
            "gambit_id": "60d6ef6b-7ab3-4fd5-96ae-5cf1404d56be",
            "last_updated": "2023-05-22T13:17:11.457637-04:00",
            "created_at": "2023-05-20T10:51:58.814084-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da4e0c9b-87ed-4616-9f60-1928bc160edc/?format=api"
        },
        {
            "id": "cd39eb08-98bd-4095-bd14-398e40f00154",
            "gambit_id": "3b356da8-f98b-4612-96cc-1324019f74f2",
            "last_updated": "2023-05-22T13:17:11.456236-04:00",
            "created_at": "2023-05-20T10:51:58.812596-04:00",
            "name": "Game Total Under 8.5",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da4e0c9b-87ed-4616-9f60-1928bc160edc/?format=api"
        }
    ]
}