GET /api/bet_types/7a6e4d8c-8da6-4322-9315-5bbfb1564aaf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7a6e4d8c-8da6-4322-9315-5bbfb1564aaf",
    "match": "https://api-prod.gambitprofit.com/api/matches/e29bc129-98c8-48fb-abd0-c49fc85f534b/?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": "Boston Bruins",
                "amount": 6862.0
            },
            {
                "team": "New York Islanders",
                "amount": 3138.0
            }
        ],
        "expected_reward_tokens": 9194.34,
        "profit_sb": 194.34,
        "profit_sb_percentage": 2.16,
        "recommended": true
    },
    "lines": [
        {
            "id": "9e723ed8-82f3-4443-b5cc-af0535e8ce9b",
            "gambit_id": "7236b18b-8cb0-477d-9cab-622a663230a7",
            "last_updated": "2022-12-14T10:17:17.687056-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Bruins",
            "reward": "1.34000",
            "odds": "1.38460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a6e4d8c-8da6-4322-9315-5bbfb1564aaf/?format=api"
        },
        {
            "id": "85370b21-61e1-4a56-93e5-9e641c4cb9b5",
            "gambit_id": "f2749a54-16ae-4248-b80d-4193f2304f7f",
            "last_updated": "2022-12-14T10:17:17.688094-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Islanders",
            "reward": "2.93000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a6e4d8c-8da6-4322-9315-5bbfb1564aaf/?format=api"
        }
    ]
}