GET /api/bet_types/d08f7016-6ca2-4aa6-bc72-4c98ba89796b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d08f7016-6ca2-4aa6-bc72-4c98ba89796b",
    "match": "https://api-prod.gambitprofit.com/api/matches/c69d2636-bdf2-496d-bbe6-471a149873c7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-11T09:02:18.492492-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": "PHI (A Nola)",
                "amount": 5678.0
            },
            {
                "team": "MIA (J Luzardo)",
                "amount": 4322.0
            }
        ],
        "expected_reward_tokens": 9594.84,
        "profit_sb": 94.84,
        "profit_sb_percentage": 1.0,
        "recommended": true
    },
    "lines": [
        {
            "id": "f376f0f6-fb8b-4f6d-b178-8bcea9efff09",
            "gambit_id": "4fb9c61d-baa2-4c63-85d5-e045beeb57f1",
            "last_updated": "2023-04-12T09:51:53.114676-04:00",
            "created_at": "2023-04-11T09:02:18.494411-04:00",
            "name": "PHI (A Nola)",
            "reward": "1.69000",
            "odds": "1.72460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d08f7016-6ca2-4aa6-bc72-4c98ba89796b/?format=api"
        },
        {
            "id": "e12ad984-c9e1-4681-a866-6f86a41d175c",
            "gambit_id": "b30c11ef-7b36-4897-adce-8edf9cb505b4",
            "last_updated": "2023-04-12T09:51:53.117097-04:00",
            "created_at": "2023-04-11T09:02:18.496589-04:00",
            "name": "MIA (J Luzardo)",
            "reward": "2.22000",
            "odds": "2.28000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d08f7016-6ca2-4aa6-bc72-4c98ba89796b/?format=api"
        }
    ]
}