GET /api/bet_types/49b30160-ae40-4b64-bc0a-cca51526b1b4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "49b30160-ae40-4b64-bc0a-cca51526b1b4",
    "match": "https://api-prod.gambitprofit.com/api/matches/ebc790e5-d931-43ed-a87c-f586d1f13dcc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-03T11:51:58.900461-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Manchester United",
                "amount": 8129.0
            },
            {
                "team": "Draw",
                "amount": 1871.0
            }
        ],
        "expected_reward_tokens": 9916.3,
        "profit_sb": 916.3,
        "profit_sb_percentage": 10.18,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Manchester United",
                "amount": 7425.0
            },
            {
                "team": "Draw",
                "amount": 1709.0
            },
            {
                "team": "Bournemouth",
                "amount": 866.0
            }
        ],
        "expected_reward_tokens": 9057.7,
        "profit_sb": 57.7,
        "profit_sb_percentage": 0.64,
        "recommended": true
    },
    "lines": [
        {
            "id": "1111654d-865f-403c-ba61-52eada1b7792",
            "gambit_id": "3b683d5b-0545-4e48-8be1-dd1479cedbcd",
            "last_updated": "2023-01-04T09:51:58.823373-05:00",
            "created_at": "2023-01-03T11:51:58.903098-05:00",
            "name": "Manchester United",
            "reward": "1.22000",
            "odds": "1.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/49b30160-ae40-4b64-bc0a-cca51526b1b4/?format=api"
        },
        {
            "id": "1889c98c-364b-4332-818d-ab680936f2c2",
            "gambit_id": "60e437b8-757d-4d59-81cc-634dea0d2794",
            "last_updated": "2023-01-04T09:51:58.824519-05:00",
            "created_at": "2023-01-03T11:51:58.904275-05:00",
            "name": "Draw",
            "reward": "5.30000",
            "odds": "6.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/49b30160-ae40-4b64-bc0a-cca51526b1b4/?format=api"
        },
        {
            "id": "3081e1c1-b6f7-4b5e-b0f8-e908d39d0905",
            "gambit_id": "b918753e-688f-4c33-a21a-21ee5bd73678",
            "last_updated": "2023-01-04T09:51:58.822144-05:00",
            "created_at": "2023-01-03T11:51:58.901641-05:00",
            "name": "Bournemouth",
            "reward": "10.46000",
            "odds": "12.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/49b30160-ae40-4b64-bc0a-cca51526b1b4/?format=api"
        }
    ]
}