GET /api/bet_types/6c1a3a62-af3d-44df-b71c-610988f6dd68/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6c1a3a62-af3d-44df-b71c-610988f6dd68",
    "match": "https://api-prod.gambitprofit.com/api/matches/3056f192-498b-42c7-aa40-bebd63fcab85/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-15T16:03:08.286705-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Chelsea",
                "amount": 6727.0
            },
            {
                "team": "Draw",
                "amount": 3273.0
            }
        ],
        "expected_reward_tokens": 12175.56,
        "profit_sb": 2675.56,
        "profit_sb_percentage": 28.16,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Chelsea",
                "amount": 5117.0
            },
            {
                "team": "Draw",
                "amount": 2490.0
            },
            {
                "team": "Bournemouth",
                "amount": 2393.0
            }
        ],
        "expected_reward_tokens": 9260.91,
        "profit_sb": -239.09,
        "profit_sb_percentage": -2.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "62afed5a-d205-4bf4-b09e-bad67403a036",
            "gambit_id": "ed5a3d8e-5e48-4e63-8cbe-65a9713d0b1c",
            "last_updated": "2023-09-18T23:23:08.687742-04:00",
            "created_at": "2023-09-15T16:03:08.298926-04:00",
            "name": "Chelsea",
            "reward": "1.81000",
            "odds": "1.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c1a3a62-af3d-44df-b71c-610988f6dd68/?format=api"
        },
        {
            "id": "4c30f332-0e9e-4d14-b937-d83c8f9c83c9",
            "gambit_id": "49f5b03e-7005-46fb-ab53-31f762bedb17",
            "last_updated": "2023-09-18T23:23:08.683856-04:00",
            "created_at": "2023-09-15T16:03:08.293179-04:00",
            "name": "Draw",
            "reward": "3.72000",
            "odds": "3.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c1a3a62-af3d-44df-b71c-610988f6dd68/?format=api"
        },
        {
            "id": "1a4a1a30-fe89-4a7d-9900-c69b1468bc64",
            "gambit_id": "88d08ab8-e5a1-4b23-b2aa-fad7573fe8c4",
            "last_updated": "2023-09-18T23:23:08.691458-04:00",
            "created_at": "2023-09-15T16:03:08.305053-04:00",
            "name": "Bournemouth",
            "reward": "3.87000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c1a3a62-af3d-44df-b71c-610988f6dd68/?format=api"
        }
    ]
}