GET /api/bet_types/0dc323b1-0c81-4eae-a31b-131657dc9a44/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0dc323b1-0c81-4eae-a31b-131657dc9a44",
    "match": "https://api-prod.gambitprofit.com/api/matches/b19c03b2-7157-4015-b36c-e6dc9a88e745/?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": "Nashville Predators",
                "amount": 6104.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 3896.0
            }
        ],
        "expected_reward_tokens": 9583.28,
        "profit_sb": 83.28,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "9ac65a79-ab81-4ebb-af13-5e21e740732b",
            "gambit_id": "70020d31-a70d-490f-93d6-854d779b652f",
            "last_updated": "2022-10-19T09:37:26.474402-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nashville Predators",
            "reward": "1.57000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0dc323b1-0c81-4eae-a31b-131657dc9a44/?format=api"
        },
        {
            "id": "e181a1d2-bf10-4ca1-8d5e-9d5a6c164a24",
            "gambit_id": "3f928433-a3b1-40c7-9964-26430a4d0a8a",
            "last_updated": "2022-10-19T09:37:26.475363-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Kings",
            "reward": "2.46000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0dc323b1-0c81-4eae-a31b-131657dc9a44/?format=api"
        }
    ]
}