GET /api/bet_types/bb56241b-58e3-45fd-bc9a-760a02753844/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bb56241b-58e3-45fd-bc9a-760a02753844",
    "match": "https://api-prod.gambitprofit.com/api/matches/26520d44-6c01-402f-b4f1-a30543f4bbb6/?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": "Los Angeles Clippers",
                "amount": 5899.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 4101.0
            }
        ],
        "expected_reward_tokens": 9143.45,
        "profit_sb": 143.45,
        "profit_sb_percentage": 1.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "6a2a6f26-fc76-457f-9a0f-f073dcc16177",
            "gambit_id": "ae2d974d-bca9-4f1f-9f0b-dea7fb62aa8c",
            "last_updated": "2022-11-05T09:33:29.889826-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.55000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb56241b-58e3-45fd-bc9a-760a02753844/?format=api"
        },
        {
            "id": "aa1c720f-5fca-417d-be2f-c802995d9fb4",
            "gambit_id": "ab437648-14cd-487b-8687-07057f492f43",
            "last_updated": "2022-11-05T09:33:29.888717-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Antonio Spurs",
            "reward": "2.23000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb56241b-58e3-45fd-bc9a-760a02753844/?format=api"
        }
    ]
}