GET /api/bet_types/eaf63aa3-40ec-44e4-abf2-61a0c21d9f1d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eaf63aa3-40ec-44e4-abf2-61a0c21d9f1d",
    "match": "https://api-prod.gambitprofit.com/api/matches/60377dfc-637f-4894-bbf0-f447614ae543/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-05T08:42:58.776279-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": "MIN (P Lopez)",
                "amount": 6935.0
            },
            {
                "team": "KAN (A Marsh)",
                "amount": 3065.0
            }
        ],
        "expected_reward_tokens": 9500.95,
        "profit_sb": 0.95,
        "profit_sb_percentage": 0.01,
        "recommended": true
    },
    "lines": [
        {
            "id": "6f9acbb4-2c89-461a-9025-6c2c38585d8b",
            "gambit_id": "ebfa121d-c222-41fe-85b1-4f92a3de2e85",
            "last_updated": "2023-07-06T12:33:26.262706-04:00",
            "created_at": "2023-07-05T08:42:58.781509-04:00",
            "name": "MIN (P Lopez)",
            "reward": "1.37000",
            "odds": "1.39220",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eaf63aa3-40ec-44e4-abf2-61a0c21d9f1d/?format=api"
        },
        {
            "id": "59e76f45-2605-4e7a-a577-b8f7ab74fb1e",
            "gambit_id": "0d0d5d36-13fc-4538-98b8-c466a2c91fa2",
            "last_updated": "2023-07-06T12:33:26.260866-04:00",
            "created_at": "2023-07-05T08:42:58.778831-04:00",
            "name": "KAN (A Marsh)",
            "reward": "3.10000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eaf63aa3-40ec-44e4-abf2-61a0c21d9f1d/?format=api"
        }
    ]
}