GET /api/bet_types/e6fcc12e-bd2b-4769-9271-da878742d51b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e6fcc12e-bd2b-4769-9271-da878742d51b",
    "match": "https://api-prod.gambitprofit.com/api/matches/6637ab53-4065-423b-8ddb-3a1e17e40a6b/?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": "CHC (M Stroman)",
                "amount": 5174.0
            },
            {
                "team": "STL (D Hudson)",
                "amount": 4826.0
            }
        ],
        "expected_reward_tokens": 9313.2,
        "profit_sb": 313.2,
        "profit_sb_percentage": 3.48,
        "recommended": true
    },
    "lines": [
        {
            "id": "d13cdc9e-aa52-48bb-928c-7faf5f4acff5",
            "gambit_id": "593ee9e7-1cc0-43d0-827f-68aab04923e3",
            "last_updated": "2022-08-26T13:02:10.057055-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC (M Stroman)",
            "reward": "1.80000",
            "odds": "1.88500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6fcc12e-bd2b-4769-9271-da878742d51b/?format=api"
        },
        {
            "id": "d0625087-b348-4b38-96f6-c0dfaa456ede",
            "gambit_id": "9cfb67da-4cd3-4849-9d1c-67d04a88b512",
            "last_updated": "2022-08-26T13:02:10.057551-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL (D Hudson)",
            "reward": "1.93000",
            "odds": "2.03000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6fcc12e-bd2b-4769-9271-da878742d51b/?format=api"
        }
    ]
}