GET /api/bet_types/7229a893-fce6-475c-8979-6bdf8087d2e2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7229a893-fce6-475c-8979-6bdf8087d2e2",
    "match": "https://api-prod.gambitprofit.com/api/matches/a515efad-2ce9-45cb-bf82-50a01e212c2f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-11T09:02:19.695593-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 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "0990a2de-1c54-4332-bc79-ba5afb6c114a",
            "gambit_id": "4464b714-9950-4ef4-93f2-6a1386c9a78b",
            "last_updated": "2023-04-12T09:51:56.563442-04:00",
            "created_at": "2023-04-11T09:02:19.699006-04:00",
            "name": "Game Total Under 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7229a893-fce6-475c-8979-6bdf8087d2e2/?format=api"
        },
        {
            "id": "7284ae8a-837f-48d4-a06f-dd8f2de4da28",
            "gambit_id": "22191bb7-0504-4062-90fd-b07e0205a32d",
            "last_updated": "2023-04-12T09:51:56.565329-04:00",
            "created_at": "2023-04-11T09:02:19.702202-04:00",
            "name": "Game Total Over 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7229a893-fce6-475c-8979-6bdf8087d2e2/?format=api"
        }
    ]
}