GET /api/bet_types/c2ebe2fd-9566-4c4c-8c48-37ab6600474d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c2ebe2fd-9566-4c4c-8c48-37ab6600474d",
    "match": "https://api-prod.gambitprofit.com/api/matches/1c4eb9d6-3a20-4fdd-845a-76d7a7d6dd56/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-25T13:53:23.944179-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 9",
                "amount": 5423.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "386d98eb-4b67-4a40-b234-925d88d7bbc3",
            "gambit_id": "bcbd4308-03ff-4647-9b51-edc3f7819044",
            "last_updated": "2023-07-27T13:02:59.317040-04:00",
            "created_at": "2023-07-25T13:53:23.953340-04:00",
            "name": "Game Total Under 9",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2ebe2fd-9566-4c4c-8c48-37ab6600474d/?format=api"
        },
        {
            "id": "7d5da2a5-568e-4146-9ae2-eb605d80c05a",
            "gambit_id": "52cbd2a5-0c56-4e4b-9ab6-b51b900cd739",
            "last_updated": "2023-07-27T13:02:59.312836-04:00",
            "created_at": "2023-07-25T13:53:23.948504-04:00",
            "name": "Game Total Over 9",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2ebe2fd-9566-4c4c-8c48-37ab6600474d/?format=api"
        }
    ]
}