GET /api/bet_types/f96c7648-6ded-4422-bdcd-ac99a6d2e255/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f96c7648-6ded-4422-bdcd-ac99a6d2e255",
    "match": "https://api-prod.gambitprofit.com/api/matches/5f90028b-93f9-4710-9163-b8ba9756ff1b/?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": "Croatia",
                "amount": 5974.0
            },
            {
                "team": "Draw",
                "amount": 4026.0
            }
        ],
        "expected_reward_tokens": 11231.12,
        "profit_sb": 2231.12,
        "profit_sb_percentage": 24.79,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Croatia",
                "amount": 4520.0
            },
            {
                "team": "Draw",
                "amount": 3046.0
            },
            {
                "team": "Morocco",
                "amount": 2435.0
            }
        ],
        "expected_reward_tokens": 8497.6,
        "profit_sb": -502.4,
        "profit_sb_percentage": -5.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "05eb72df-b50a-4d3d-b8ae-94ddda58994f",
            "gambit_id": "b8bf6fbe-e25f-49b9-8155-99ef98a1fbbc",
            "last_updated": "2022-11-24T09:27:07.212788-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Croatia",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f96c7648-6ded-4422-bdcd-ac99a6d2e255/?format=api"
        },
        {
            "id": "3e435931-4df5-426e-988b-f43160d8dab3",
            "gambit_id": "d521b15e-0816-462e-aed4-444bf6629f97",
            "last_updated": "2022-11-24T09:27:07.214766-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "2.79000",
            "odds": "3.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f96c7648-6ded-4422-bdcd-ac99a6d2e255/?format=api"
        },
        {
            "id": "0e51bd3a-c68b-4154-84e5-73aa9304067a",
            "gambit_id": "1634209c-5e1f-4988-b0b0-ef53e8d04e28",
            "last_updated": "2022-11-24T09:27:07.213798-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Morocco",
            "reward": "3.49000",
            "odds": "3.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f96c7648-6ded-4422-bdcd-ac99a6d2e255/?format=api"
        }
    ]
}