GET /api/bet_types/40c0c24e-bf39-4de7-9c07-60245794072d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "40c0c24e-bf39-4de7-9c07-60245794072d",
    "match": "https://api-prod.gambitprofit.com/api/matches/a8be19bc-fbd2-494e-b686-eb2ae639b691/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-25T11:41:54.270588-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 2.5",
                "amount": 5054.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4946.0
            }
        ],
        "expected_reward_tokens": 9198.28,
        "profit_sb": -301.72,
        "profit_sb_percentage": -3.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "71992120-59c8-49ce-809c-a571d80e6046",
            "gambit_id": "97fc83fb-3283-470e-8b7d-c0f321acb912",
            "last_updated": "2023-04-27T11:52:03.769811-04:00",
            "created_at": "2023-04-25T11:41:54.272467-04:00",
            "name": "Game Total Under 2.5",
            "reward": "1.82000",
            "odds": "1.85000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40c0c24e-bf39-4de7-9c07-60245794072d/?format=api"
        },
        {
            "id": "534af079-5490-4698-9d52-a426e807f850",
            "gambit_id": "5efeee7e-4b4f-4ae0-870c-dbaf6fda99c7",
            "last_updated": "2023-04-27T11:52:03.771184-04:00",
            "created_at": "2023-04-25T11:41:54.274693-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.86000",
            "odds": "1.90000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40c0c24e-bf39-4de7-9c07-60245794072d/?format=api"
        }
    ]
}