GET /api/bet_types/5fa1de47-5bf8-4c9d-8837-7a81c6c4dbee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5fa1de47-5bf8-4c9d-8837-7a81c6c4dbee",
    "match": "https://api-prod.gambitprofit.com/api/matches/941fb778-9c78-4ff3-8bfc-9ef3ad881858/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-26T10:36:58.299886-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": "Total Rounds Over 6.5",
                "amount": 5785.0
            },
            {
                "team": "Total Rounds Under 6.5",
                "amount": 4215.0
            }
        ],
        "expected_reward_tokens": 9313.85,
        "profit_sb": -186.15,
        "profit_sb_percentage": -1.96,
        "recommended": false
    },
    "lines": [
        {
            "id": "5ff0db75-75e3-46ca-bbe6-3930d521d2dc",
            "gambit_id": "9345673d-46b3-47bc-a5c6-bffa6d9cf173",
            "last_updated": "2023-02-28T12:37:07.485601-05:00",
            "created_at": "2023-02-26T10:36:58.302403-05:00",
            "name": "Total Rounds Over 6.5",
            "reward": "1.61000",
            "odds": "1.62500",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5fa1de47-5bf8-4c9d-8837-7a81c6c4dbee/?format=api"
        },
        {
            "id": "900c0ccd-550a-4d9d-b776-ab4490e553dc",
            "gambit_id": "fa0ceee8-22b4-4e14-bfbf-7bc652145d5e",
            "last_updated": "2023-02-28T12:37:07.484443-05:00",
            "created_at": "2023-02-26T10:36:58.301152-05:00",
            "name": "Total Rounds Under 6.5",
            "reward": "2.21000",
            "odds": "2.25000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5fa1de47-5bf8-4c9d-8837-7a81c6c4dbee/?format=api"
        }
    ]
}