GET /api/bet_types/68bc9522-5924-4587-b976-bbb566400926/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "68bc9522-5924-4587-b976-bbb566400926",
    "match": "https://api-prod.gambitprofit.com/api/matches/c280d896-3649-428e-b967-4dd6f7e168aa/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-02T10:13:23.012163-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Newcastle United",
                "amount": 7419.0
            },
            {
                "team": "Draw",
                "amount": 2581.0
            }
        ],
        "expected_reward_tokens": 11201.54,
        "profit_sb": 1701.54,
        "profit_sb_percentage": 17.91,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Newcastle United",
                "amount": 6171.0
            },
            {
                "team": "Draw",
                "amount": 2147.0
            },
            {
                "team": "Luton Town",
                "amount": 1682.0
            }
        ],
        "expected_reward_tokens": 9317.98,
        "profit_sb": -182.02,
        "profit_sb_percentage": -1.92,
        "recommended": false
    },
    "lines": [
        {
            "id": "3d7e169d-844b-4426-8542-1a74b8ddc372",
            "gambit_id": "3dc4c84f-2277-4304-a247-aeb383e24305",
            "last_updated": "2024-02-05T14:33:27.439298-05:00",
            "created_at": "2024-02-02T10:13:23.025254-05:00",
            "name": "Newcastle United",
            "reward": "1.51000",
            "odds": "1.53000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68bc9522-5924-4587-b976-bbb566400926/?format=api"
        },
        {
            "id": "829e00ae-a4b7-4602-8e3f-65727f7c5791",
            "gambit_id": "7bcb4ecf-9f81-4172-86bf-82afd71d01f2",
            "last_updated": "2024-02-05T14:33:27.435980-05:00",
            "created_at": "2024-02-02T10:13:23.020859-05:00",
            "name": "Draw",
            "reward": "4.34000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68bc9522-5924-4587-b976-bbb566400926/?format=api"
        },
        {
            "id": "d2383e70-e73d-40e6-9ddb-533cbd755a0d",
            "gambit_id": "7fe09369-bb42-4837-98fb-397c96076f3d",
            "last_updated": "2024-02-05T14:33:27.432596-05:00",
            "created_at": "2024-02-02T10:13:23.016623-05:00",
            "name": "Luton Town",
            "reward": "5.54000",
            "odds": "5.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68bc9522-5924-4587-b976-bbb566400926/?format=api"
        }
    ]
}