GET /api/bet_types/0c2bb052-f6a7-4445-83ca-91fe9c47fc3b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0c2bb052-f6a7-4445-83ca-91fe9c47fc3b",
    "match": "https://api-prod.gambitprofit.com/api/matches/2e33a7df-c4d3-4059-9c80-68a4a7fc4014/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-13T09:38:14.476673-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",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "92a85d5b-2706-4da4-b73c-b8b70a7aa9f1",
            "gambit_id": "a907388d-4c77-4e55-bf0f-d95aae1eed22",
            "last_updated": "2024-01-16T15:03:01.335717-05:00",
            "created_at": "2024-01-13T09:38:14.492449-05:00",
            "name": "Game Total Under 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c2bb052-f6a7-4445-83ca-91fe9c47fc3b/?format=api"
        },
        {
            "id": "c44aab1e-7d23-4f60-a763-cd0b3b0338d9",
            "gambit_id": "6eb87b03-3767-4bc5-889b-6a19552e308c",
            "last_updated": "2024-01-16T15:03:01.332164-05:00",
            "created_at": "2024-01-13T09:38:14.484225-05:00",
            "name": "Game Total Over 6",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c2bb052-f6a7-4445-83ca-91fe9c47fc3b/?format=api"
        }
    ]
}