GET /api/bet_types/6255b251-e090-4ff4-bc91-43ec8d8884a5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6255b251-e090-4ff4-bc91-43ec8d8884a5",
    "match": "https://api-prod.gambitprofit.com/api/matches/f6b66c73-2744-43ff-b108-e7d9b20a9804/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-26T12:02:13.378198-04: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": "Golden State Warriors",
                "amount": 5421.0
            },
            {
                "team": "Sacramento Kings",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "eddf635d-2597-4ecc-bc8e-10ff7e87cc82",
            "gambit_id": "ad1c0230-1d2f-4df7-863d-fe61709a7600",
            "last_updated": "2023-04-27T11:52:10.200844-04:00",
            "created_at": "2023-04-26T12:02:13.380830-04:00",
            "name": "Golden State Warriors",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6255b251-e090-4ff4-bc91-43ec8d8884a5/?format=api"
        },
        {
            "id": "b04dc4bb-cbca-4f87-8c0e-dff59c1704dc",
            "gambit_id": "507a9690-c505-4ada-a595-09a67760a3df",
            "last_updated": "2023-04-27T11:52:10.199084-04:00",
            "created_at": "2023-04-26T12:02:13.379451-04:00",
            "name": "Sacramento Kings",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6255b251-e090-4ff4-bc91-43ec8d8884a5/?format=api"
        }
    ]
}