GET /api/bet_types/a1f4c171-2624-4c02-ae73-d14e11446243/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a1f4c171-2624-4c02-ae73-d14e11446243",
    "match": "https://api-prod.gambitprofit.com/api/matches/1f74a553-a403-4e47-8686-db81b3078575/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-04T08:53:00.048288-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 8.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "9fddfd59-16aa-4528-9377-2761298647a6",
            "gambit_id": "ff63ae08-fa0a-40b7-998e-52fe9bdf1d67",
            "last_updated": "2023-08-05T11:58:12.300024-04:00",
            "created_at": "2023-08-04T08:53:00.055940-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1f4c171-2624-4c02-ae73-d14e11446243/?format=api"
        },
        {
            "id": "ae8bec48-a685-462e-9014-e227efc497a4",
            "gambit_id": "eb5fcb14-5c22-4c6f-a2e5-b4fab3f821d8",
            "last_updated": "2023-08-05T11:58:12.291876-04:00",
            "created_at": "2023-08-04T08:53:00.051971-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1f4c171-2624-4c02-ae73-d14e11446243/?format=api"
        }
    ]
}