GET /api/bet_types/4a033f09-9048-4ab5-8ee3-ca4405f03965/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4a033f09-9048-4ab5-8ee3-ca4405f03965",
    "match": "https://api-prod.gambitprofit.com/api/matches/e623f706-324c-4586-8da5-eddcf0e462c1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-20T08:23:23.736768-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 (S Lugo)",
                "amount": 6885.0
            },
            {
                "team": "COL (C Anderson)",
                "amount": 3115.0
            }
        ],
        "expected_reward_tokens": 9500.75,
        "profit_sb": 0.75,
        "profit_sb_percentage": 0.01,
        "recommended": true
    },
    "lines": [
        {
            "id": "98535a41-371b-4cb3-b5d6-20b662fc1b81",
            "gambit_id": "988150ab-3833-4b46-b949-03a5971f826c",
            "last_updated": "2023-09-22T17:23:06.931612-04:00",
            "created_at": "2023-09-20T08:23:23.750433-04:00",
            "name": "SDG (S Lugo)",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a033f09-9048-4ab5-8ee3-ca4405f03965/?format=api"
        },
        {
            "id": "d4e6ebb3-b374-4cba-afe0-82ac75551cfc",
            "gambit_id": "1e48a9cf-c371-41eb-a88e-1d20fdb9613d",
            "last_updated": "2023-09-22T17:23:06.928220-04:00",
            "created_at": "2023-09-20T08:23:23.741259-04:00",
            "name": "COL (C Anderson)",
            "reward": "3.05000",
            "odds": "3.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a033f09-9048-4ab5-8ee3-ca4405f03965/?format=api"
        }
    ]
}