GET /api/bet_types/a3c6cf2b-9ff0-428a-98b8-1cf75a58edfa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a3c6cf2b-9ff0-428a-98b8-1cf75a58edfa",
    "match": "https://api-prod.gambitprofit.com/api/matches/701ab01b-38ae-4cd9-b0aa-530824513ce2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-15T15:58:05.625561-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Arsenal",
                "amount": 7320.0
            },
            {
                "team": "Draw",
                "amount": 2680.0
            }
        ],
        "expected_reward_tokens": 11199.6,
        "profit_sb": 1699.6,
        "profit_sb_percentage": 17.89,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Arsenal",
                "amount": 6043.0
            },
            {
                "team": "Draw",
                "amount": 2212.0
            },
            {
                "team": "Everton",
                "amount": 1745.0
            }
        ],
        "expected_reward_tokens": 9245.79,
        "profit_sb": -254.21,
        "profit_sb_percentage": -2.68,
        "recommended": false
    },
    "lines": [
        {
            "id": "d14efb6e-cd7c-4998-83e6-09b21bcf488c",
            "gambit_id": "e47470c5-2e8a-496a-8956-2ef3440743c3",
            "last_updated": "2023-09-18T23:23:08.229768-04:00",
            "created_at": "2023-09-15T15:58:05.640080-04:00",
            "name": "Arsenal",
            "reward": "1.53000",
            "odds": "1.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3c6cf2b-9ff0-428a-98b8-1cf75a58edfa/?format=api"
        },
        {
            "id": "3df9ed64-7079-4b82-9d21-1f5bdd38ca10",
            "gambit_id": "28bea000-e565-4a60-871b-86c44990dcbd",
            "last_updated": "2023-09-18T23:23:08.222772-04:00",
            "created_at": "2023-09-15T15:58:05.630806-04:00",
            "name": "Draw",
            "reward": "4.18000",
            "odds": "4.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3c6cf2b-9ff0-428a-98b8-1cf75a58edfa/?format=api"
        },
        {
            "id": "4e9203c7-ccc4-46e8-a6b3-b30880ba8450",
            "gambit_id": "4969f8c7-e325-4203-8674-e46552f7d673",
            "last_updated": "2023-09-18T23:23:08.226375-04:00",
            "created_at": "2023-09-15T15:58:05.636099-04:00",
            "name": "Everton",
            "reward": "5.30000",
            "odds": "5.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3c6cf2b-9ff0-428a-98b8-1cf75a58edfa/?format=api"
        }
    ]
}