GET /api/bet_types/7090d48c-3503-459c-81e8-1a1c253542ed/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7090d48c-3503-459c-81e8-1a1c253542ed",
    "match": "https://api-prod.gambitprofit.com/api/matches/8d806774-d43b-49f2-b644-d92e26a108fa/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-18T09:16:53.390993-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": "Tampa Bay Lightning",
                "amount": 6035.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 3965.0
            }
        ],
        "expected_reward_tokens": 9595.3,
        "profit_sb": 95.3,
        "profit_sb_percentage": 1.0,
        "recommended": true
    },
    "lines": [
        {
            "id": "78df79d4-afce-4a01-bea5-8e7f9a662c8a",
            "gambit_id": "36b8fc13-2887-4590-9add-6f040c70ec69",
            "last_updated": "2023-01-19T09:37:17.975810-05:00",
            "created_at": "2023-01-18T09:16:53.396495-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.59000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7090d48c-3503-459c-81e8-1a1c253542ed/?format=api"
        },
        {
            "id": "f11a4efd-6752-4407-a9aa-a9fa8590ef0e",
            "gambit_id": "11934ede-df14-4ecc-93d4-9d3902caad64",
            "last_updated": "2023-01-19T09:37:17.974728-05:00",
            "created_at": "2023-01-18T09:16:53.393895-05:00",
            "name": "Vancouver Canucks",
            "reward": "2.42000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7090d48c-3503-459c-81e8-1a1c253542ed/?format=api"
        }
    ]
}