GET /api/bet_types/0e594669-daaa-41b0-a721-4d34139126ae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0e594669-daaa-41b0-a721-4d34139126ae",
    "match": "https://api-prod.gambitprofit.com/api/matches/86af687a-59ae-45db-beb0-806abd7c6ed3/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-13T09:38:12.554342-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",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "66c2de56-e16d-45fe-93f6-684e4240677e",
            "gambit_id": "c91f95d4-24b7-4ebf-adef-dac2b372cc78",
            "last_updated": "2024-01-16T15:13:02.326033-05:00",
            "created_at": "2024-01-13T09:38:12.558281-05:00",
            "name": "Game Total Over 6",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e594669-daaa-41b0-a721-4d34139126ae/?format=api"
        },
        {
            "id": "ce20fece-059a-4688-a1ec-60b3b7e97569",
            "gambit_id": "76b89fc2-a08d-4d47-9736-3dac9d946620",
            "last_updated": "2024-01-16T15:13:02.329857-05:00",
            "created_at": "2024-01-13T09:38:12.562681-05:00",
            "name": "Game Total Under 6",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e594669-daaa-41b0-a721-4d34139126ae/?format=api"
        }
    ]
}