GET /api/bet_types/57286672-73f2-4a3a-a61e-eb890915cf6a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "57286672-73f2-4a3a-a61e-eb890915cf6a",
    "match": "https://api-prod.gambitprofit.com/api/matches/4d4fa7a9-7f7f-4ef9-a209-f7ec33cc2045/?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": "New York Knicks",
                "amount": 5583.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 4417.0
            }
        ],
        "expected_reward_tokens": 9099.02,
        "profit_sb": 99.02,
        "profit_sb_percentage": 1.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "6044b3a7-516a-48dd-b23c-9dfc8a70b936",
            "gambit_id": "91119415-a300-45d9-8536-d746adca404f",
            "last_updated": "2022-11-03T09:43:21.469444-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Knicks",
            "reward": "1.63000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57286672-73f2-4a3a-a61e-eb890915cf6a/?format=api"
        },
        {
            "id": "d16769e3-b4fa-4cfc-81f6-1c05703684fa",
            "gambit_id": "30d5601c-4670-4930-b215-b9975ff312ba",
            "last_updated": "2022-11-03T09:43:21.470403-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Hawks",
            "reward": "2.06000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57286672-73f2-4a3a-a61e-eb890915cf6a/?format=api"
        }
    ]
}