GET /api/bet_types/1154c261-99c0-4d3e-a8ad-fa49b8f71bbc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1154c261-99c0-4d3e-a8ad-fa49b8f71bbc",
    "match": "https://api-prod.gambitprofit.com/api/matches/fd9c42f4-e6aa-464c-92d1-5f8d790e8f4a/?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 Over 6",
                "amount": 5419.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4581.0
            }
        ],
        "expected_reward_tokens": 9482.67,
        "profit_sb": -17.33,
        "profit_sb_percentage": -0.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "7ac15505-7c0b-4b51-a1a6-e2c04559c6b4",
            "gambit_id": "f4741784-a1d6-4839-8906-ec556cf86d55",
            "last_updated": "2022-10-24T10:12:08.751382-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.75000",
            "odds": "1.76920",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1154c261-99c0-4d3e-a8ad-fa49b8f71bbc/?format=api"
        },
        {
            "id": "5283ffc9-ce90-4fa2-904b-d3d2f1fe08bb",
            "gambit_id": "7dc9c776-d261-4ecf-9896-5c94ab3aa1f8",
            "last_updated": "2022-10-24T10:12:08.750216-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "2.07000",
            "odds": "2.10000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1154c261-99c0-4d3e-a8ad-fa49b8f71bbc/?format=api"
        }
    ]
}