GET /api/bet_types/a81449ba-ed4f-45cc-98b1-7fbd1c0ebda9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a81449ba-ed4f-45cc-98b1-7fbd1c0ebda9",
    "match": "https://api-prod.gambitprofit.com/api/matches/7458ad6d-642b-41e6-87a4-eb05052e13ce/?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": "Flyquest",
                "amount": 5679.0
            },
            {
                "team": "Team Solomid",
                "amount": 4321.0
            }
        ],
        "expected_reward_tokens": 8858.05,
        "profit_sb": -141.95,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "c281f03d-1442-4281-b86c-9164ebc91139",
            "gambit_id": "263792cc-1325-4623-a65d-7f766da3b8cf",
            "last_updated": "2022-08-15T21:37:19.160264-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Flyquest",
            "reward": "1.56000",
            "odds": "1.62000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a81449ba-ed4f-45cc-98b1-7fbd1c0ebda9/?format=api"
        },
        {
            "id": "57778a64-f650-4665-a89b-3710cb666e3b",
            "gambit_id": "499735dd-3996-4dc6-a2b7-131c4b83c45f",
            "last_updated": "2022-08-15T21:37:19.160778-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Team Solomid",
            "reward": "2.05000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a81449ba-ed4f-45cc-98b1-7fbd1c0ebda9/?format=api"
        }
    ]
}