GET /api/bet_types/70825da6-c4fd-4927-aefa-93cf0f93eed4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "70825da6-c4fd-4927-aefa-93cf0f93eed4",
    "match": "https://api-prod.gambitprofit.com/api/matches/a9054780-e27e-48e6-b243-4c7d9397e1f4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-10T10:03:07.679854-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 10",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 10",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "1bee4dfb-c2a8-43a0-9734-9cd93abce2c8",
            "gambit_id": "4403e122-0089-4879-8a9e-fb0ac1dfdc88",
            "last_updated": "2023-09-12T11:28:07.031950-04:00",
            "created_at": "2023-09-10T10:03:07.687830-04:00",
            "name": "Game Total Under 10",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70825da6-c4fd-4927-aefa-93cf0f93eed4/?format=api"
        },
        {
            "id": "2eb091f2-f24a-4cb1-a35e-64a64647a5b4",
            "gambit_id": "fdbc28fe-9f6c-4435-926a-ad67db1ef30b",
            "last_updated": "2023-09-12T11:28:07.027913-04:00",
            "created_at": "2023-09-10T10:03:07.683524-04:00",
            "name": "Game Total Over 10",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70825da6-c4fd-4927-aefa-93cf0f93eed4/?format=api"
        }
    ]
}