GET /api/bet_types/eb09ddc9-5c32-422e-8dbf-bef8a64171bb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eb09ddc9-5c32-422e-8dbf-bef8a64171bb",
    "match": "https://api-prod.gambitprofit.com/api/matches/6e0b24e7-1d35-4d6c-94dc-e107911477b5/?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": "New York Red Bulls",
                "amount": 6771.0
            },
            {
                "team": "Draw",
                "amount": 3229.0
            }
        ],
        "expected_reward_tokens": 11172.15,
        "profit_sb": 2172.15,
        "profit_sb_percentage": 24.14,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "New York Red Bulls",
                "amount": 5390.0
            },
            {
                "team": "Draw",
                "amount": 2570.0
            },
            {
                "team": "New England Revolution",
                "amount": 2040.0
            }
        ],
        "expected_reward_tokens": 8892.2,
        "profit_sb": -107.8,
        "profit_sb_percentage": -1.2,
        "recommended": false
    },
    "lines": [
        {
            "id": "34b3123c-a02a-499f-ba64-1c6ed9f93162",
            "gambit_id": "8cb54d69-f5d2-4c70-a302-2240f7ccbec4",
            "last_updated": "2022-09-12T11:07:18.647776-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Red Bulls",
            "reward": "1.65000",
            "odds": "1.73000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb09ddc9-5c32-422e-8dbf-bef8a64171bb/?format=api"
        },
        {
            "id": "ee48938d-9b5c-4300-a7d5-90d201583eb8",
            "gambit_id": "de729978-5a60-4008-be25-4716a96c996a",
            "last_updated": "2022-09-12T11:07:18.648794-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.46000",
            "odds": "3.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb09ddc9-5c32-422e-8dbf-bef8a64171bb/?format=api"
        },
        {
            "id": "3aa4d2e9-54e9-44e3-8aed-e1988940409b",
            "gambit_id": "492910d0-ba2d-4b3f-a27a-03a4945b2c80",
            "last_updated": "2022-09-12T11:07:18.650029-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New England Revolution",
            "reward": "4.36000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb09ddc9-5c32-422e-8dbf-bef8a64171bb/?format=api"
        }
    ]
}