GET /api/bet_types/b4356a81-37e4-43d4-a5c0-9cf4e3a98b1e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b4356a81-37e4-43d4-a5c0-9cf4e3a98b1e",
    "match": "https://api-prod.gambitprofit.com/api/matches/5ebcd461-b72c-41dc-a23a-4cb4e1c8a1ef/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-23T11:47:59.871811-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": "LAA (T Anderson)",
                "amount": 5377.0
            },
            {
                "team": "PIT (M Keller)",
                "amount": 4623.0
            }
        ],
        "expected_reward_tokens": 9569.61,
        "profit_sb": 69.61,
        "profit_sb_percentage": 0.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "34906179-8d68-4722-888f-e08f9799b24e",
            "gambit_id": "64ce1215-f962-44a6-9b06-be840aedd967",
            "last_updated": "2023-07-24T13:23:14.572388-04:00",
            "created_at": "2023-07-23T11:47:59.879956-04:00",
            "name": "LAA (T Anderson)",
            "reward": "1.78000",
            "odds": "1.81970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4356a81-37e4-43d4-a5c0-9cf4e3a98b1e/?format=api"
        },
        {
            "id": "86b873a1-b7d4-479a-80cd-f8a254b56ab2",
            "gambit_id": "93936ff2-2456-4e1d-aa5c-b820522a6e7a",
            "last_updated": "2023-07-24T13:23:14.569044-04:00",
            "created_at": "2023-07-23T11:47:59.875433-04:00",
            "name": "PIT (M Keller)",
            "reward": "2.07000",
            "odds": "2.12000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4356a81-37e4-43d4-a5c0-9cf4e3a98b1e/?format=api"
        }
    ]
}