GET /api/bet_types/81fce997-01ec-4aa6-8056-412ad3bb0be0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "81fce997-01ec-4aa6-8056-412ad3bb0be0",
    "match": "https://api-prod.gambitprofit.com/api/matches/331f2164-d5bb-4b12-a7b6-b276f4df15ea/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-22T08:23:11.639262-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": 5213.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "d6cadf02-400e-4504-9372-80349846c0bb",
            "gambit_id": "a63fe6a6-cb0f-472a-8296-9c1dcad0fcc1",
            "last_updated": "2023-08-23T09:58:11.706921-04:00",
            "created_at": "2023-08-22T08:23:11.643794-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81fce997-01ec-4aa6-8056-412ad3bb0be0/?format=api"
        },
        {
            "id": "be3e483d-930f-49ff-942d-0a51cf33dc0c",
            "gambit_id": "212cebf5-448c-4cde-a6a0-673e3fc005cb",
            "last_updated": "2023-08-23T09:58:11.710215-04:00",
            "created_at": "2023-08-22T08:23:11.648271-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81fce997-01ec-4aa6-8056-412ad3bb0be0/?format=api"
        }
    ]
}