GET /api/bet_types/592ef437-4e4f-42d9-8919-17749b01c3fc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "592ef437-4e4f-42d9-8919-17749b01c3fc",
    "match": "https://api-prod.gambitprofit.com/api/matches/9b213aff-d81d-4002-a579-95d6b89dd448/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-14T10:57:07.307519-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": "LOS (T Gonsolin)",
                "amount": 5827.0
            },
            {
                "team": "SDG (R Weathers)",
                "amount": 4173.0
            }
        ],
        "expected_reward_tokens": 9556.17,
        "profit_sb": 56.17,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "71bba1b0-3d37-4e3c-a512-a530aa95be27",
            "gambit_id": "98de024c-9add-46a1-952a-b62a7451e0bf",
            "last_updated": "2023-05-15T11:37:01.279602-04:00",
            "created_at": "2023-05-14T10:57:07.309720-04:00",
            "name": "LOS (T Gonsolin)",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/592ef437-4e4f-42d9-8919-17749b01c3fc/?format=api"
        },
        {
            "id": "64653003-b72d-4231-b762-b8fd044281ba",
            "gambit_id": "a477d865-0090-4045-9bdc-b721bc971c29",
            "last_updated": "2023-05-15T11:37:01.281653-04:00",
            "created_at": "2023-05-14T10:57:07.312569-04:00",
            "name": "SDG (R Weathers)",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/592ef437-4e4f-42d9-8919-17749b01c3fc/?format=api"
        }
    ]
}