GET /api/bet_types/dbfbb78e-c58e-4082-a732-9a9d77890028/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dbfbb78e-c58e-4082-a732-9a9d77890028",
    "match": "https://api-prod.gambitprofit.com/api/matches/8cf07bc9-f080-485e-9880-491b768bd5b6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-25T09:28:23.766778-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 7",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "2104cdc8-afe7-4c29-b23f-1c4608671b83",
            "gambit_id": "7241799f-60b3-4f2c-91bf-31c0183bf27b",
            "last_updated": "2023-06-26T20:13:20.891925-04:00",
            "created_at": "2023-06-25T09:28:23.769810-04:00",
            "name": "Game Total Under 7",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbfbb78e-c58e-4082-a732-9a9d77890028/?format=api"
        },
        {
            "id": "6256fcc9-7482-445c-bc66-6fe159c0355b",
            "gambit_id": "c7bfeac0-3a8f-41ff-a8a7-699382c7bf70",
            "last_updated": "2023-06-26T20:13:20.889318-04:00",
            "created_at": "2023-06-25T09:28:23.768257-04:00",
            "name": "Game Total Over 7",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbfbb78e-c58e-4082-a732-9a9d77890028/?format=api"
        }
    ]
}