GET /api/bet_types/bb2fbbd1-2ae7-4eb6-a294-71623e3f193b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bb2fbbd1-2ae7-4eb6-a294-71623e3f193b",
    "match": "https://api-prod.gambitprofit.com/api/matches/695be94b-9499-4b58-a6b7-703d35bd443a/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-05: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 7.5",
                "amount": 5110.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4890.0
            }
        ],
        "expected_reward_tokens": 9044.7,
        "profit_sb": 44.7,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "56af5b51-5f85-4b01-81b1-5a3b47068a66",
            "gambit_id": "ab38dba3-303d-44e5-96cb-20d6c8bf0334",
            "last_updated": "2022-09-12T10:57:17.642284-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb2fbbd1-2ae7-4eb6-a294-71623e3f193b/?format=api"
        },
        {
            "id": "7f462ca9-a143-4080-a4ed-dfd9b1c81fc2",
            "gambit_id": "d3dcd64f-1973-457b-8c06-95c38bb12c39",
            "last_updated": "2022-09-12T10:57:17.643400-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.85000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb2fbbd1-2ae7-4eb6-a294-71623e3f193b/?format=api"
        }
    ]
}