GET /api/bet_types/c117d020-7051-47f2-b47b-287970ebe291/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c117d020-7051-47f2-b47b-287970ebe291",
    "match": "https://api-prod.gambitprofit.com/api/matches/d810fa36-4bd5-4d43-ba88-f342150c14c5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-26T10:56:57.094362-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": "Winnipeg Jets",
                "amount": 6235.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 3765.0
            }
        ],
        "expected_reward_tokens": 9600.75,
        "profit_sb": 100.75,
        "profit_sb_percentage": 1.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "211ed06f-3af4-4dc4-b4fe-113e220b58f4",
            "gambit_id": "af2f15a0-319a-481c-9ec8-4d33c32ddbb2",
            "last_updated": "2023-01-27T10:02:17.529579-05:00",
            "created_at": "2023-01-26T10:56:57.095550-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.54000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c117d020-7051-47f2-b47b-287970ebe291/?format=api"
        },
        {
            "id": "03c8488c-4e06-4ffe-a62f-9f932cd7c86a",
            "gambit_id": "30fb4743-e790-4435-b0ea-216300c15099",
            "last_updated": "2023-01-27T10:02:17.530668-05:00",
            "created_at": "2023-01-26T10:56:57.096773-05:00",
            "name": "Buffalo Sabres",
            "reward": "2.55000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c117d020-7051-47f2-b47b-287970ebe291/?format=api"
        }
    ]
}