GET /api/bet_types/f0b44581-5710-4de8-9c22-c917a399aec5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f0b44581-5710-4de8-9c22-c917a399aec5",
    "match": "https://api-prod.gambitprofit.com/api/matches/0bcd88ca-7edc-472d-b622-3263e83260a2/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-09T09:27:08.890959-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": "Charlotte Hornets",
                "amount": 5000.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "48c76a3c-7f75-4110-a9d5-a64a0c43b607",
            "gambit_id": "f4703893-f070-477c-bd65-d1dbbd22ba65",
            "last_updated": "2023-04-10T14:52:06.633163-04:00",
            "created_at": "2023-04-09T09:27:08.895026-04:00",
            "name": "Charlotte Hornets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0b44581-5710-4de8-9c22-c917a399aec5/?format=api"
        },
        {
            "id": "67bd8004-e433-4f4a-b131-d66679df5542",
            "gambit_id": "36edbdc1-5ba4-4427-8fbc-b6a7725d195e",
            "last_updated": "2023-04-10T14:52:06.629734-04:00",
            "created_at": "2023-04-09T09:27:08.892823-04:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0b44581-5710-4de8-9c22-c917a399aec5/?format=api"
        }
    ]
}