GET /api/bet_types/5c474f0b-89ac-4c65-8d6e-f2ffaa3d5319/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5c474f0b-89ac-4c65-8d6e-f2ffaa3d5319",
    "match": "https://api-prod.gambitprofit.com/api/matches/e7455c7d-e754-4efa-a7ee-e180936a095a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-19T09:13:26.933453-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": "SEA (L Castillo)",
                "amount": 6721.0
            },
            {
                "team": "OAK (P Blackburn)",
                "amount": 3279.0
            }
        ],
        "expected_reward_tokens": 9541.89,
        "profit_sb": 41.89,
        "profit_sb_percentage": 0.44,
        "recommended": true
    },
    "lines": [
        {
            "id": "feeb4c03-aa6b-47e8-aed2-ecae260bd412",
            "gambit_id": "f333a7bd-67ad-4a4e-85ac-af1ce82373b5",
            "last_updated": "2023-09-21T09:38:14.574214-04:00",
            "created_at": "2023-09-19T09:13:26.937300-04:00",
            "name": "SEA (L Castillo)",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c474f0b-89ac-4c65-8d6e-f2ffaa3d5319/?format=api"
        },
        {
            "id": "57c69132-efa8-462a-8366-35e98fd5ff29",
            "gambit_id": "87d4b138-4d6a-4d6b-aa54-d65bc57b33ca",
            "last_updated": "2023-09-21T09:38:14.578819-04:00",
            "created_at": "2023-09-19T09:13:26.940753-04:00",
            "name": "OAK (P Blackburn)",
            "reward": "2.91000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c474f0b-89ac-4c65-8d6e-f2ffaa3d5319/?format=api"
        }
    ]
}