GET /api/bet_types/65fa4eda-e2d7-41dc-a69f-9dd5e4be8638/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "65fa4eda-e2d7-41dc-a69f-9dd5e4be8638",
    "match": "https://api-prod.gambitprofit.com/api/matches/380cabe9-e06f-49d8-ae9e-fed0961a80e6/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Baltimore Ravens",
                "amount": 7115.0
            },
            {
                "team": "Cleveland Browns",
                "amount": 2885.0
            }
        ],
        "expected_reward_tokens": 9605.25,
        "profit_sb": 105.25,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "2ce77388-14fe-430f-8564-3f7403ab92b1",
            "gambit_id": "91f74a2e-3510-407f-ac74-9e19214eb39e",
            "last_updated": "2022-10-24T10:52:22.972203-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Baltimore Ravens",
            "reward": "1.35000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65fa4eda-e2d7-41dc-a69f-9dd5e4be8638/?format=api"
        },
        {
            "id": "59809083-3a9f-4e4a-86be-767d8871ba75",
            "gambit_id": "8bf31abd-7642-44db-8a0a-785c215b2a27",
            "last_updated": "2022-10-24T10:52:22.971192-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Browns",
            "reward": "3.33000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65fa4eda-e2d7-41dc-a69f-9dd5e4be8638/?format=api"
        }
    ]
}