GET /api/bet_types/1be9db69-2e96-49a1-b997-443949168172/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1be9db69-2e96-49a1-b997-443949168172",
    "match": "https://api-prod.gambitprofit.com/api/matches/2dfd22dd-d2f2-4c52-8cd6-3d08f250a65f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-11T09:32:14.510698-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": "Carolina Hurricanes",
                "amount": 6603.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 3397.0
            }
        ],
        "expected_reward_tokens": 9442.29,
        "profit_sb": -57.71,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "d75942b3-ffbb-4b4b-911c-251243320e7a",
            "gambit_id": "4ee9c606-4190-425f-b424-97934612f76e",
            "last_updated": "2023-03-13T13:17:01.576380-04:00",
            "created_at": "2023-03-11T09:32:14.511942-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.43000",
            "odds": "1.44440",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1be9db69-2e96-49a1-b997-443949168172/?format=api"
        },
        {
            "id": "fc4708c8-35f4-41b5-90b1-3f1477b4ea22",
            "gambit_id": "17319b7c-ec45-40d8-91d3-b43ad8934757",
            "last_updated": "2023-03-13T13:17:01.578470-04:00",
            "created_at": "2023-03-11T09:32:14.513271-05:00",
            "name": "Vegas Golden Knights",
            "reward": "2.78000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1be9db69-2e96-49a1-b997-443949168172/?format=api"
        }
    ]
}