GET /api/bet_types/ca309c66-6d21-4cad-a6b1-bf2656186d3c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ca309c66-6d21-4cad-a6b1-bf2656186d3c",
    "match": "https://api-prod.gambitprofit.com/api/matches/e4a3a35e-e6d9-492c-a1ea-781c6ca98253/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-27T10:47:01.958494-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 9.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "b83e26fd-a3d7-4a7f-8826-51f1190008f3",
            "gambit_id": "a4a88a89-2910-410f-83b2-72489ad5b17a",
            "last_updated": "2023-05-29T11:47:17.512318-04:00",
            "created_at": "2023-05-27T10:47:01.968022-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca309c66-6d21-4cad-a6b1-bf2656186d3c/?format=api"
        },
        {
            "id": "6df6664c-8615-44a6-8f0d-69d1649ae4f3",
            "gambit_id": "5288300e-d5d5-4400-98df-ea4eaf0a4493",
            "last_updated": "2023-05-29T11:47:17.510551-04:00",
            "created_at": "2023-05-27T10:47:01.963744-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca309c66-6d21-4cad-a6b1-bf2656186d3c/?format=api"
        }
    ]
}