GET /api/bet_types/78a399ec-9f43-4e89-a5fc-f45293bdc353/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "78a399ec-9f43-4e89-a5fc-f45293bdc353",
    "match": "https://api-prod.gambitprofit.com/api/matches/badee02a-ca8a-4aec-9427-ee7f0bd4b81a/?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 7.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "0160642c-0941-4b22-8965-9b65c0f3625a",
            "gambit_id": "71aa800a-4ea5-4a18-a07a-b82f66ccf0cf",
            "last_updated": "2022-09-13T22:57:07.906403-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78a399ec-9f43-4e89-a5fc-f45293bdc353/?format=api"
        },
        {
            "id": "da2df7ba-dfda-4e07-bcbd-31c2c1f19e95",
            "gambit_id": "58fde5f2-e9a0-433f-b023-9fee5d404bcd",
            "last_updated": "2022-09-13T22:57:07.907492-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78a399ec-9f43-4e89-a5fc-f45293bdc353/?format=api"
        }
    ]
}