GET /api/bet_types/0958a3c6-caed-459f-b39f-ce073385a886/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0958a3c6-caed-459f-b39f-ce073385a886",
    "match": "https://api-prod.gambitprofit.com/api/matches/9da0cfec-2cc9-4735-b43e-a2a8373c783d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-22T08:23:02.689271-04: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 8.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "4cf8a8b6-3a6d-4099-813c-c1db6998df87",
            "gambit_id": "1a131005-8e1d-4eee-809d-d727172696c0",
            "last_updated": "2023-06-23T13:18:28.764151-04:00",
            "created_at": "2023-06-22T08:23:02.693529-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0958a3c6-caed-459f-b39f-ce073385a886/?format=api"
        },
        {
            "id": "8987908f-adbf-47f7-b3ea-8bb90912263e",
            "gambit_id": "1d98348e-2d50-4484-b6f9-b6ad4cea9f61",
            "last_updated": "2023-06-23T13:18:28.762202-04:00",
            "created_at": "2023-06-22T08:23:02.691435-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0958a3c6-caed-459f-b39f-ce073385a886/?format=api"
        }
    ]
}