GET /api/bet_types/d234bf2c-8399-40f4-96b2-3e967ecb6be5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d234bf2c-8399-40f4-96b2-3e967ecb6be5",
    "match": "https://api-prod.gambitprofit.com/api/matches/3b50df00-f1e7-4f8d-ab48-2c5dfe010d51/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-27T09:43:11.363460-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 39",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 39",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "db2c17c3-4c20-4420-b166-bd451d385620",
            "gambit_id": "f451eaf0-2a6d-4939-86f2-ffbd0dbcead5",
            "last_updated": "2024-01-02T10:38:09.623419-05:00",
            "created_at": "2023-12-27T09:43:11.368108-05:00",
            "name": "Game Total Over 39",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "39.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d234bf2c-8399-40f4-96b2-3e967ecb6be5/?format=api"
        },
        {
            "id": "ea782a89-f201-47be-b8a4-068ac8c9f160",
            "gambit_id": "49bef195-9ea1-4b2e-bd3c-c84850933d57",
            "last_updated": "2024-01-02T10:38:09.626827-05:00",
            "created_at": "2023-12-27T09:43:11.372684-05:00",
            "name": "Game Total Under 39",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "39.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d234bf2c-8399-40f4-96b2-3e967ecb6be5/?format=api"
        }
    ]
}