GET /api/bet_types/48bcc574-02f7-41a6-8fc1-469bcc9113b7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "48bcc574-02f7-41a6-8fc1-469bcc9113b7",
    "match": "https://api-prod.gambitprofit.com/api/matches/364ce90d-b497-4b26-aba4-666b97e4b267/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-08T09:38:20.681957-05: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": "Miami Heat",
                "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": "6bc26c1c-8be0-425c-a240-261422354082",
            "gambit_id": "cde3feb7-51f4-4c4d-bd7f-c9c94466c141",
            "last_updated": "2023-12-09T11:38:26.227950-05:00",
            "created_at": "2023-12-08T09:38:20.690290-05:00",
            "name": "Miami Heat",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48bcc574-02f7-41a6-8fc1-469bcc9113b7/?format=api"
        },
        {
            "id": "2982f732-a23d-4c0b-bf80-3c744bb82bd3",
            "gambit_id": "655cfe5a-fb2d-4926-8760-1901a1b4ab39",
            "last_updated": "2023-12-09T11:38:26.224725-05:00",
            "created_at": "2023-12-08T09:38:20.685887-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48bcc574-02f7-41a6-8fc1-469bcc9113b7/?format=api"
        }
    ]
}