GET /api/bet_types/087f1617-cd22-425b-9431-b406a4ac6749/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "087f1617-cd22-425b-9431-b406a4ac6749",
    "match": "https://api-prod.gambitprofit.com/api/matches/fe45cd81-9d71-4643-8622-17389ab62f6c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-08T08:57:08.436564-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": "Phoenix Suns",
                "amount": 8273.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 1727.0
            }
        ],
        "expected_reward_tokens": 9513.95,
        "profit_sb": 13.95,
        "profit_sb_percentage": 0.15,
        "recommended": true
    },
    "lines": [
        {
            "id": "c6bbac40-e030-4ed7-9b4d-98710c64a710",
            "gambit_id": "25704ca8-9298-41b7-828d-3af103df5242",
            "last_updated": "2023-03-09T09:42:11.953880-05:00",
            "created_at": "2023-03-08T08:57:08.438297-05:00",
            "name": "Phoenix Suns",
            "reward": "1.15000",
            "odds": "1.15380",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/087f1617-cd22-425b-9431-b406a4ac6749/?format=api"
        },
        {
            "id": "69bf08cb-c030-4b94-9829-231c8b8a044c",
            "gambit_id": "c70ed33a-3175-4448-9dc6-11e3ad311750",
            "last_updated": "2023-03-09T09:42:11.955318-05:00",
            "created_at": "2023-03-08T08:57:08.439913-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "5.51000",
            "odds": "5.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/087f1617-cd22-425b-9431-b406a4ac6749/?format=api"
        }
    ]
}