GET /api/bet_types/2f0ad18b-7111-44fd-a99b-1e9587264b9b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2f0ad18b-7111-44fd-a99b-1e9587264b9b",
    "match": "https://api-prod.gambitprofit.com/api/matches/9e2758b2-4988-49f6-89f2-14d871186124/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-27T09:18:09.053061-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": "Florida Panthers",
                "amount": 5512.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "a4beab11-58f8-49aa-a7b0-46390770117f",
            "gambit_id": "9131dfd0-4238-442a-9c78-83cf99e9c55c",
            "last_updated": "2023-11-28T21:38:00.809592-05:00",
            "created_at": "2023-11-27T09:18:09.059719-05:00",
            "name": "Florida Panthers",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f0ad18b-7111-44fd-a99b-1e9587264b9b/?format=api"
        },
        {
            "id": "78ae046c-221f-42ef-ba79-73bd3e53a186",
            "gambit_id": "ceab1037-6b89-4d4c-b5a6-a9a68d156283",
            "last_updated": "2023-11-28T21:38:00.812778-05:00",
            "created_at": "2023-11-27T09:18:09.065864-05:00",
            "name": "Ottawa Senators",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f0ad18b-7111-44fd-a99b-1e9587264b9b/?format=api"
        }
    ]
}