GET /api/bet_types/ec410adc-b7f2-4300-aa0a-ee98081d5015/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ec410adc-b7f2-4300-aa0a-ee98081d5015",
    "match": "https://api-prod.gambitprofit.com/api/matches/17c7b637-2c32-4a1c-8ac1-31835ba1bc48/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-05T08:57:56.709082-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 Over 231.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 231.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "57a5e324-2ae5-4a64-935d-665ff0ad3214",
            "gambit_id": "9f1f8d25-81f6-4a3d-b0c6-76698e46e41e",
            "last_updated": "2023-12-06T21:58:02.724693-05:00",
            "created_at": "2023-12-05T08:57:56.713602-05:00",
            "name": "Game Total Over 231.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "231.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec410adc-b7f2-4300-aa0a-ee98081d5015/?format=api"
        },
        {
            "id": "183c12ec-e9a4-4f88-8388-84bb51dec1c1",
            "gambit_id": "661bd95d-25e7-4de2-ab41-adf863b5436c",
            "last_updated": "2023-12-06T21:58:02.728261-05:00",
            "created_at": "2023-12-05T08:57:56.717966-05:00",
            "name": "Game Total Under 231.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "231.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec410adc-b7f2-4300-aa0a-ee98081d5015/?format=api"
        }
    ]
}