GET /api/bet_types/a653b9db-0370-486c-9ba7-ee62a1999771/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a653b9db-0370-486c-9ba7-ee62a1999771",
    "match": "https://api-prod.gambitprofit.com/api/matches/13ad2328-4ff4-478f-9e93-e253f0e04ca8/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-16T09:21:55.677106-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 Over 6.5",
                "amount": 5106.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "5c8fb7d6-204a-4e82-af4d-ba2ee413c4b6",
            "gambit_id": "5fa9d9a5-a76c-454c-8778-19e0136b7c7f",
            "last_updated": "2023-02-17T09:52:02.917281-05:00",
            "created_at": "2023-02-16T09:21:55.679934-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a653b9db-0370-486c-9ba7-ee62a1999771/?format=api"
        },
        {
            "id": "eb77fe11-67a7-4016-88db-8b5d83cf2a3b",
            "gambit_id": "ccbd9929-7312-4b4c-ba38-46ef40dc7350",
            "last_updated": "2023-02-17T09:52:02.915987-05:00",
            "created_at": "2023-02-16T09:21:55.678434-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a653b9db-0370-486c-9ba7-ee62a1999771/?format=api"
        }
    ]
}