GET /api/bet_types/a76b2f77-827a-4698-b27f-1aaeb1c00b40/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a76b2f77-827a-4698-b27f-1aaeb1c00b40",
    "match": "https://api-prod.gambitprofit.com/api/matches/49fbccc1-8e5e-41d3-9a6e-77338101bc9e/?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 38",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 38",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "8c0815c7-9309-415c-9ac5-5544ad1d3f5c",
            "gambit_id": "b8bb3d28-894b-4a57-9fca-27d50f7d3baa",
            "last_updated": "2022-08-23T10:02:01.461742-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 38",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "38.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a76b2f77-827a-4698-b27f-1aaeb1c00b40/?format=api"
        },
        {
            "id": "15237763-839a-448b-9afb-785178e4eb97",
            "gambit_id": "bacd8872-3c32-4917-a8bd-2bfb1e3ae8ec",
            "last_updated": "2022-08-23T10:02:01.462284-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 38",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "38.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a76b2f77-827a-4698-b27f-1aaeb1c00b40/?format=api"
        }
    ]
}