GET /api/bet_types/61e2c565-7aab-4dc4-a163-f2354c636d62/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "61e2c565-7aab-4dc4-a163-f2354c636d62",
    "match": "https://api-prod.gambitprofit.com/api/matches/b846c2f3-c563-4c0c-a00b-40ff2b4a7e16/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-11T09:38:23.634559-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": "ATL (C Morton)",
                "amount": 6359.0
            },
            {
                "team": "NYM (T Megill)",
                "amount": 3641.0
            }
        ],
        "expected_reward_tokens": 9538.5,
        "profit_sb": 38.5,
        "profit_sb_percentage": 0.41,
        "recommended": true
    },
    "lines": [
        {
            "id": "a35aa78f-aeaf-4269-9c73-d05ee663be02",
            "gambit_id": "bb5aaacf-57b3-4f99-b933-e658ea4b4d13",
            "last_updated": "2023-08-12T18:13:07.308688-04:00",
            "created_at": "2023-08-11T09:38:23.641631-04:00",
            "name": "ATL (C Morton)",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61e2c565-7aab-4dc4-a163-f2354c636d62/?format=api"
        },
        {
            "id": "a557f479-bcbd-4f29-a713-e98047810375",
            "gambit_id": "c1a3b8e7-a452-42cc-a133-6491355db3f7",
            "last_updated": "2023-08-12T18:13:07.313109-04:00",
            "created_at": "2023-08-11T09:38:23.647399-04:00",
            "name": "NYM (T Megill)",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61e2c565-7aab-4dc4-a163-f2354c636d62/?format=api"
        }
    ]
}