GET /api/bet_types/01091992-2fc1-4fef-b0a9-f33a4accbde8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "01091992-2fc1-4fef-b0a9-f33a4accbde8",
    "match": "https://api-prod.gambitprofit.com/api/matches/64a9caab-5d00-4e48-99e7-b771541af153/?format=api",
    "name": "Over/Under",
    "created_at": "2024-02-02T10:08:22.004961-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 1.5",
                "amount": 6309.0
            },
            {
                "team": "Total Rounds Under 1.5",
                "amount": 3691.0
            }
        ],
        "expected_reward_tokens": 9337.32,
        "profit_sb": -162.68,
        "profit_sb_percentage": -1.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "aa0f434c-7ee5-4eb2-ad73-7063aef29493",
            "gambit_id": "0b050184-d936-4c34-8a3f-f11272ea72eb",
            "last_updated": "2024-02-07T01:52:57.743089-05:00",
            "created_at": "2024-02-02T10:08:22.009032-05:00",
            "name": "Total Rounds Over 1.5",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01091992-2fc1-4fef-b0a9-f33a4accbde8/?format=api"
        },
        {
            "id": "1566d849-237b-4664-9aa2-8a3eebfe4764",
            "gambit_id": "5e6bd48b-e59a-41a8-93f5-3bfad7c817d2",
            "last_updated": "2024-02-07T01:52:57.746570-05:00",
            "created_at": "2024-02-02T10:08:22.013549-05:00",
            "name": "Total Rounds Under 1.5",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01091992-2fc1-4fef-b0a9-f33a4accbde8/?format=api"
        }
    ]
}