GET /api/bet_types/a1113893-dc40-4c66-b40f-32c6128ba774/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a1113893-dc40-4c66-b40f-32c6128ba774",
    "match": "https://api-prod.gambitprofit.com/api/matches/7a647b89-72f3-4e5f-83ec-ce58da34b396/?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": "Colorado Avalanche",
                "amount": 5492.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 4508.0
            }
        ],
        "expected_reward_tokens": 9061.08,
        "profit_sb": 61.08,
        "profit_sb_percentage": 0.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "58a94770-20e4-4d06-a677-fbcf2d44378f",
            "gambit_id": "65cd91bb-2dd8-4ce6-8dab-df1544e3cbc2",
            "last_updated": "2022-11-30T09:47:20.527979-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.65000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1113893-dc40-4c66-b40f-32c6128ba774/?format=api"
        },
        {
            "id": "99e11bae-aea1-41cc-8c5f-2a7c5efdb72a",
            "gambit_id": "2084ef79-0e19-4b44-b5f8-ed982f258b9a",
            "last_updated": "2022-11-30T09:47:20.527020-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Winnipeg Jets",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1113893-dc40-4c66-b40f-32c6128ba774/?format=api"
        }
    ]
}