GET /api/bet_types/878df8f5-c49c-46e8-9d11-982bd0f915af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "878df8f5-c49c-46e8-9d11-982bd0f915af",
    "match": "https://api-prod.gambitprofit.com/api/matches/9f13ff02-1694-4846-8d8f-324b96b5e265/?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": "North Carolina",
                "amount": 7084.0
            },
            {
                "team": "Duke",
                "amount": 2916.0
            }
        ],
        "expected_reward_tokens": 9563.4,
        "profit_sb": 63.4,
        "profit_sb_percentage": 0.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "921428cc-e8cd-4b5b-8e41-8fe9c05f211a",
            "gambit_id": "b4c4b771-c797-415f-a758-bb2e3670aae5",
            "last_updated": "2022-10-17T10:01:51.963782-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "North Carolina",
            "reward": "1.35000",
            "odds": "1.36360",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/878df8f5-c49c-46e8-9d11-982bd0f915af/?format=api"
        },
        {
            "id": "43abc708-eee1-44e0-9f06-6915804ca0d8",
            "gambit_id": "ee8134d3-e791-4ce3-a2c4-cdbea2bd5663",
            "last_updated": "2022-10-17T10:01:51.962655-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Duke",
            "reward": "3.28000",
            "odds": "3.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/878df8f5-c49c-46e8-9d11-982bd0f915af/?format=api"
        }
    ]
}