GET /api/bet_types/7e842cf8-a0db-40d8-a505-12fc6870507a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7e842cf8-a0db-40d8-a505-12fc6870507a",
    "match": "https://api-prod.gambitprofit.com/api/matches/9664d654-7c66-4577-b773-7e9891bfdf06/?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": "DC United",
                "amount": 5647.0
            },
            {
                "team": "Colorado Rapids",
                "amount": 4353.0
            }
        ],
        "expected_reward_tokens": 11970.75,
        "profit_sb": 2970.75,
        "profit_sb_percentage": 33.01,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "DC United",
                "amount": 4167.0
            },
            {
                "team": "Colorado Rapids",
                "amount": 3212.0
            },
            {
                "team": "Draw",
                "amount": 2621.0
            }
        ],
        "expected_reward_tokens": 8832.77,
        "profit_sb": -167.23,
        "profit_sb_percentage": -1.86,
        "recommended": false
    },
    "lines": [
        {
            "id": "0b912971-ea28-48da-bb10-a9ee21472449",
            "gambit_id": "a9ea51ba-bae0-46d5-8df2-ac991e39a9f3",
            "last_updated": "2022-09-05T17:11:58.827515-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DC United",
            "reward": "2.12000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e842cf8-a0db-40d8-a505-12fc6870507a/?format=api"
        },
        {
            "id": "0178e99b-277e-4e15-90db-9f33ee8de44b",
            "gambit_id": "10b35a03-d185-4d92-9968-0d7fae084cb9",
            "last_updated": "2022-09-05T17:11:58.826465-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado Rapids",
            "reward": "2.75000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e842cf8-a0db-40d8-a505-12fc6870507a/?format=api"
        },
        {
            "id": "5d5daab6-eb58-436c-b1ca-efd1a50f8879",
            "gambit_id": "11f13da1-0f99-44ab-82cf-b3598f78953d",
            "last_updated": "2022-09-05T17:11:58.828523-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.37000",
            "odds": "3.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e842cf8-a0db-40d8-a505-12fc6870507a/?format=api"
        }
    ]
}