GET /api/bet_types/c90b6a9f-4989-47f9-94e6-7b7368ea312d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c90b6a9f-4989-47f9-94e6-7b7368ea312d",
    "match": "https://api-prod.gambitprofit.com/api/matches/6da76c47-3f11-4acc-9684-29907e175dfb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-24T09:13:25.748610-04: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": "SDG (M Wacha)",
                "amount": 6434.0
            },
            {
                "team": "STL (D Rom)",
                "amount": 3566.0
            }
        ],
        "expected_reward_tokens": 9521.22,
        "profit_sb": 21.22,
        "profit_sb_percentage": 0.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "acd21df8-b50f-4cb5-bd3d-ce94ed6a0b12",
            "gambit_id": "4a12e6f2-0d9c-49d7-b697-a5ddaeaa0f82",
            "last_updated": "2023-09-26T09:22:57.076708-04:00",
            "created_at": "2023-09-24T09:13:25.757756-04:00",
            "name": "SDG (M Wacha)",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c90b6a9f-4989-47f9-94e6-7b7368ea312d/?format=api"
        },
        {
            "id": "979e383a-aad9-402c-9775-6b397ed635ef",
            "gambit_id": "328c13a9-5242-416a-a6c6-2cfe7e4ba618",
            "last_updated": "2023-09-26T09:22:57.072994-04:00",
            "created_at": "2023-09-24T09:13:25.753264-04:00",
            "name": "STL (D Rom)",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c90b6a9f-4989-47f9-94e6-7b7368ea312d/?format=api"
        }
    ]
}