GET /api/bet_types/ea5984ea-875b-4a82-a489-ef54098b754d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ea5984ea-875b-4a82-a489-ef54098b754d",
    "match": "https://api-prod.gambitprofit.com/api/matches/405cb712-e48f-4865-9aff-b0b88f662afd/?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": "STL (J Quintana)",
                "amount": 6594.0
            },
            {
                "team": "COL (K Freeland)",
                "amount": 3406.0
            }
        ],
        "expected_reward_tokens": 9297.54,
        "profit_sb": 297.54,
        "profit_sb_percentage": 3.31,
        "recommended": true
    },
    "lines": [
        {
            "id": "f66bc29f-a358-40c0-b40e-febe9506d7d6",
            "gambit_id": "e6a14df6-1797-45b6-8545-1e7dccb627d4",
            "last_updated": "2022-08-17T09:27:03.539582-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL (J Quintana)",
            "reward": "1.41000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea5984ea-875b-4a82-a489-ef54098b754d/?format=api"
        },
        {
            "id": "624c5dca-41d6-4f39-8fbf-c4f72dd383ba",
            "gambit_id": "d69a967e-484f-40d0-81e0-d5248d6d90de",
            "last_updated": "2022-08-17T09:27:03.540029-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL (K Freeland)",
            "reward": "2.73000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea5984ea-875b-4a82-a489-ef54098b754d/?format=api"
        }
    ]
}