GET /api/bet_types/f86985d4-3160-40c1-9bb2-57441648edc0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f86985d4-3160-40c1-9bb2-57441648edc0",
    "match": "https://api-prod.gambitprofit.com/api/matches/99411cb1-6bab-4170-a9c2-b4a9651bfc1e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-17T09:32:58.624007-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": "88c5b4cc-b0ef-4600-ab0f-b2687e210be5",
            "gambit_id": "f246df28-34b1-4a7e-a3ff-4713bdb933d6",
            "last_updated": "2023-06-18T10:22:58.725416-04:00",
            "created_at": "2023-06-17T09:32:58.626741-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/f86985d4-3160-40c1-9bb2-57441648edc0/?format=api"
        },
        {
            "id": "82b2c21c-afe4-41bc-89a2-2a3dd79ae56f",
            "gambit_id": "67e3fc34-8719-4116-abbf-c2eb4851592e",
            "last_updated": "2023-06-18T10:22:58.727126-04:00",
            "created_at": "2023-06-17T09:32:58.629532-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/f86985d4-3160-40c1-9bb2-57441648edc0/?format=api"
        }
    ]
}