GET /api/bet_types/a26a6a54-9f76-4452-9882-abfb289087ef/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a26a6a54-9f76-4452-9882-abfb289087ef",
    "match": "https://api-prod.gambitprofit.com/api/matches/7b274b49-c9fc-4114-a5db-a5bb588eac44/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-22T08:43:03.803235-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 215",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 215",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "4f0b6656-2518-4fba-a098-0502180d7505",
            "gambit_id": "810b285a-5e5f-4bc9-89ea-998ecc435315",
            "last_updated": "2024-01-23T20:08:13.701980-05:00",
            "created_at": "2024-01-22T08:43:03.806950-05:00",
            "name": "Game Total Over 215",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "215.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a26a6a54-9f76-4452-9882-abfb289087ef/?format=api"
        },
        {
            "id": "9ef6f5dd-1e49-4c86-a46c-b6ba0632c646",
            "gambit_id": "2e3a30f0-2e5f-4364-9b90-fce83bf5d926",
            "last_updated": "2024-01-23T20:08:13.708850-05:00",
            "created_at": "2024-01-22T08:43:03.812105-05:00",
            "name": "Game Total Under 215",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "215.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a26a6a54-9f76-4452-9882-abfb289087ef/?format=api"
        }
    ]
}