GET /api/bet_types/9da3d13a-1717-43a1-bd9d-971fd0fefba8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9da3d13a-1717-43a1-bd9d-971fd0fefba8",
    "match": "https://api-prod.gambitprofit.com/api/matches/a93ecfa7-34d8-4349-aa9f-8967ad98a46e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-01T10:23:21.028967-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": "Total Rounds Over 3.5",
                "amount": 5673.0
            },
            {
                "team": "Total Rounds Under 3.5",
                "amount": 4327.0
            }
        ],
        "expected_reward_tokens": 9303.05,
        "profit_sb": -196.95,
        "profit_sb_percentage": -2.07,
        "recommended": false
    },
    "lines": [
        {
            "id": "85cf5ec9-1205-494c-b7a1-2de6bfe836f9",
            "gambit_id": "8d11a947-d3d7-490c-802d-b6361f995cda",
            "last_updated": "2023-07-03T10:53:11.633340-04:00",
            "created_at": "2023-07-01T10:23:21.030871-04:00",
            "name": "Total Rounds Over 3.5",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9da3d13a-1717-43a1-bd9d-971fd0fefba8/?format=api"
        },
        {
            "id": "ed8ab58f-b3e3-49d3-a97b-d2f6a9503b41",
            "gambit_id": "ad989216-a36f-4c9c-885c-c3b92ce2748b",
            "last_updated": "2023-07-03T10:53:11.635130-04:00",
            "created_at": "2023-07-01T10:23:21.032667-04:00",
            "name": "Total Rounds Under 3.5",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9da3d13a-1717-43a1-bd9d-971fd0fefba8/?format=api"
        }
    ]
}