GET /api/bet_types/8af25c8f-89a4-4064-9c69-512b3508b704/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8af25c8f-89a4-4064-9c69-512b3508b704",
    "match": "https://api-prod.gambitprofit.com/api/matches/47bd49a8-6817-4d0d-b5f9-5ce78bd3ed54/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-14T09:13:23.337174-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 9.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 9.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "20051146-339b-4d90-b7bd-180b3f19568d",
            "gambit_id": "78ca2281-e09e-4836-b26c-55c2adb6e320",
            "last_updated": "2023-07-17T09:18:07.048684-04:00",
            "created_at": "2023-07-14T09:13:23.338641-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8af25c8f-89a4-4064-9c69-512b3508b704/?format=api"
        },
        {
            "id": "a81b9fce-10a6-4498-a472-6337bc04b259",
            "gambit_id": "32921f38-3f7c-48b5-9d6d-ef964e9c76bb",
            "last_updated": "2023-07-17T09:18:07.050501-04:00",
            "created_at": "2023-07-14T09:13:23.340168-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8af25c8f-89a4-4064-9c69-512b3508b704/?format=api"
        }
    ]
}