GET /api/bet_types/30ff692a-d0c2-40eb-b7ea-2e6a25123adf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "30ff692a-d0c2-40eb-b7ea-2e6a25123adf",
    "match": "https://api-prod.gambitprofit.com/api/matches/a1fcf78a-db9d-4282-b778-ecdae7fef64f/?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": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Buffalo Bills",
                "amount": 7959.0
            },
            {
                "team": "Green Bay Packers",
                "amount": 2041.0
            }
        ],
        "expected_reward_tokens": 9470.24,
        "profit_sb": -29.76,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "956c5c44-57f0-429d-be70-07478b44d499",
            "gambit_id": "3c425152-738a-4e22-b280-c9e233ae77c1",
            "last_updated": "2022-10-31T11:31:56.894909-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo Bills",
            "reward": "1.19000",
            "odds": "1.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30ff692a-d0c2-40eb-b7ea-2e6a25123adf/?format=api"
        },
        {
            "id": "02e703c2-76e7-4763-99f7-5df446f4aa48",
            "gambit_id": "6807246c-bf08-4300-a355-c54a940d8303",
            "last_updated": "2022-10-31T11:31:56.896042-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Green Bay Packers",
            "reward": "4.64000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30ff692a-d0c2-40eb-b7ea-2e6a25123adf/?format=api"
        }
    ]
}