GET /api/bet_types/22622c85-0598-4bb9-9218-0a540fc34a29/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "22622c85-0598-4bb9-9218-0a540fc34a29",
    "match": "https://api-prod.gambitprofit.com/api/matches/bcbedb7d-2bdb-41ae-9c58-41faf56e010e/?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": "ATL (K Wright)",
                "amount": 5217.0
            },
            {
                "team": "PHI (B Falter)",
                "amount": 4783.0
            }
        ],
        "expected_reward_tokens": 9181.92,
        "profit_sb": 181.92,
        "profit_sb_percentage": 2.02,
        "recommended": true
    },
    "lines": [
        {
            "id": "22d5f009-799b-4939-9a77-69304e2c6204",
            "gambit_id": "ff55eb66-389e-43a6-93c7-5e06051dc2ef",
            "last_updated": "2022-09-25T21:57:00.399801-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL (K Wright)",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22622c85-0598-4bb9-9218-0a540fc34a29/?format=api"
        },
        {
            "id": "fc9bdc49-09d8-4c39-94f1-2f002c171311",
            "gambit_id": "72a843f8-8a82-422c-a174-ad8a6c084d60",
            "last_updated": "2022-09-25T21:57:00.398812-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI (B Falter)",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22622c85-0598-4bb9-9218-0a540fc34a29/?format=api"
        }
    ]
}