GET /api/bet_types/39919ef7-ab73-47f0-b56f-c97d74484ee6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "39919ef7-ab73-47f0-b56f-c97d74484ee6",
    "match": "https://api-prod.gambitprofit.com/api/matches/703678bc-f800-4f38-a57b-944e8614005c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-12T10:52:55.887763-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 Over 6.5",
                "amount": 5094.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "ae4bc8c3-cbe9-467c-8e9b-b3a6e51a1544",
            "gambit_id": "fc30164c-0128-436b-b0cd-998148c1ff6b",
            "last_updated": "2023-10-13T20:53:04.343608-04:00",
            "created_at": "2023-10-12T10:52:55.891431-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39919ef7-ab73-47f0-b56f-c97d74484ee6/?format=api"
        },
        {
            "id": "666db51d-7f88-4774-9531-96884487d80d",
            "gambit_id": "bb92882b-57b6-4195-94b8-49d0c55c117a",
            "last_updated": "2023-10-13T20:53:04.347916-04:00",
            "created_at": "2023-10-12T10:52:55.895254-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39919ef7-ab73-47f0-b56f-c97d74484ee6/?format=api"
        }
    ]
}