GET /api/bet_types/29177ef1-2cb2-4788-8acd-939a8dc30c0c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "29177ef1-2cb2-4788-8acd-939a8dc30c0c",
    "match": "https://api-prod.gambitprofit.com/api/matches/d9d9642e-1bfb-41a1-a096-fb1e2687f076/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-23T09:28:12.109117-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 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "9121979c-eadd-4a37-a5ee-604d2423b79c",
            "gambit_id": "f621c548-c204-4b66-960d-851a461eb7ae",
            "last_updated": "2023-06-26T10:23:06.922540-04:00",
            "created_at": "2023-06-23T09:28:12.110693-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29177ef1-2cb2-4788-8acd-939a8dc30c0c/?format=api"
        },
        {
            "id": "732bd168-3d3b-4da3-9806-c3ebfe16fe77",
            "gambit_id": "70dfd916-69a0-4663-a62c-33d121978d3a",
            "last_updated": "2023-06-26T10:23:06.926451-04:00",
            "created_at": "2023-06-23T09:28:12.112319-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29177ef1-2cb2-4788-8acd-939a8dc30c0c/?format=api"
        }
    ]
}