GET /api/bet_types/86fe24b6-f83f-4fd6-a76f-9f2d0f9ec3aa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "86fe24b6-f83f-4fd6-a76f-9f2d0f9ec3aa",
    "match": "https://api-prod.gambitprofit.com/api/matches/a5462656-bcc0-4703-b31a-07cb67871651/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-09T09:43:01.105536-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 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "820ea719-387f-4aa5-8204-33b0a71e7985",
            "gambit_id": "5b55b0e4-57a3-4035-aa1e-63cc849ac71a",
            "last_updated": "2023-09-11T09:03:28.208465-04:00",
            "created_at": "2023-09-09T09:43:01.109597-04:00",
            "name": "Game Total Over 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86fe24b6-f83f-4fd6-a76f-9f2d0f9ec3aa/?format=api"
        },
        {
            "id": "5351444e-29b8-4eb4-aaed-263e38cf990d",
            "gambit_id": "ae717406-5ed2-4686-92ba-ec1dab6234c7",
            "last_updated": "2023-09-11T09:03:28.211545-04:00",
            "created_at": "2023-09-09T09:43:01.114866-04:00",
            "name": "Game Total Under 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86fe24b6-f83f-4fd6-a76f-9f2d0f9ec3aa/?format=api"
        }
    ]
}