GET /api/bet_types/3d45d328-1b62-4dbf-934e-dcb8c6a4e039/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3d45d328-1b62-4dbf-934e-dcb8c6a4e039",
    "match": "https://api-prod.gambitprofit.com/api/matches/68dd0861-8be6-4c0b-8675-8452a635f694/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-18T12:12:00.136759-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 231",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 231",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "5618ff9c-9425-4124-b32c-d69e1f399d49",
            "gambit_id": "c7f857ea-91bb-4d1d-ad03-f2257e907ca7",
            "last_updated": "2023-04-19T20:27:13.773512-04:00",
            "created_at": "2023-04-18T12:12:00.139630-04:00",
            "name": "Game Total Under 231",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "231.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d45d328-1b62-4dbf-934e-dcb8c6a4e039/?format=api"
        },
        {
            "id": "05c5ed8b-a485-4555-a5c9-f6c3df6c0373",
            "gambit_id": "f1e9dcc0-669d-484d-b6e2-fdc6552f079f",
            "last_updated": "2023-04-19T20:27:13.776348-04:00",
            "created_at": "2023-04-18T12:12:00.142392-04:00",
            "name": "Game Total Over 231",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "231.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d45d328-1b62-4dbf-934e-dcb8c6a4e039/?format=api"
        }
    ]
}