GET /api/bet_types/fe14d62c-38d6-45db-8a39-79977347012a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fe14d62c-38d6-45db-8a39-79977347012a",
    "match": "https://api-prod.gambitprofit.com/api/matches/6ce4b0d8-f165-4ea4-a7e6-b0e50a39b32f/?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": "Columbus Blue Jackets",
                "amount": 5000.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "45eea8a6-1bcd-4141-b0d8-83367fdb1fd9",
            "gambit_id": "e9a77116-533a-474b-b81f-a61826d63720",
            "last_updated": "2022-10-19T09:42:25.936656-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fe14d62c-38d6-45db-8a39-79977347012a/?format=api"
        },
        {
            "id": "80b5d5f2-342c-4e98-92c4-f0c199bc64ab",
            "gambit_id": "22f01023-9ec4-4163-a629-def3fbd3d2a3",
            "last_updated": "2022-10-19T09:42:25.937642-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fe14d62c-38d6-45db-8a39-79977347012a/?format=api"
        }
    ]
}