GET /api/bet_types/37976e00-1942-43b3-86d1-d161777602d3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "37976e00-1942-43b3-86d1-d161777602d3",
    "match": "https://api-prod.gambitprofit.com/api/matches/85ad373a-2fe9-4d9f-81b5-60a4121eb260/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Leicester City",
                "amount": 5418.0
            },
            {
                "team": "Aston Villa",
                "amount": 4582.0
            }
        ],
        "expected_reward_tokens": 12188.12,
        "profit_sb": 3188.12,
        "profit_sb_percentage": 35.42,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Leicester City",
                "amount": 3906.0
            },
            {
                "team": "Aston Villa",
                "amount": 3304.0
            },
            {
                "team": "Draw",
                "amount": 2790.0
            }
        ],
        "expected_reward_tokens": 8788.5,
        "profit_sb": -211.5,
        "profit_sb_percentage": -2.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "bf91bafb-fb03-43e8-bde1-c79eae9cb94d",
            "gambit_id": "3df3f4a0-b5ad-40ef-acd3-7c44eb003768",
            "last_updated": "2022-12-24T17:12:17.110999-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Leicester City",
            "reward": "2.25000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37976e00-1942-43b3-86d1-d161777602d3/?format=api"
        },
        {
            "id": "1a6d43a1-ea3f-4e61-8dd2-51c634234124",
            "gambit_id": "4e941df1-0671-465b-8791-21e425ad382a",
            "last_updated": "2022-12-24T17:12:17.109760-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Aston Villa",
            "reward": "2.66000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37976e00-1942-43b3-86d1-d161777602d3/?format=api"
        },
        {
            "id": "1846cd5b-c277-4e70-8659-54e1559bd919",
            "gambit_id": "7ed37d29-2b5a-40a5-a73e-7bf7354bdee5",
            "last_updated": "2022-12-24T17:12:17.112173-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.15000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37976e00-1942-43b3-86d1-d161777602d3/?format=api"
        }
    ]
}