GET /api/bet_types/e5500754-6060-4db7-ad82-82e4540a5363/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e5500754-6060-4db7-ad82-82e4540a5363",
    "match": "https://api-prod.gambitprofit.com/api/matches/58254f39-a33c-45a4-b6b7-699290ca3838/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-28T09:32:08.628151-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": "Sacramento Kings",
                "amount": 5745.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 4255.0
            }
        ],
        "expected_reward_tokens": 9019.65,
        "profit_sb": 19.65,
        "profit_sb_percentage": 0.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "5f4d0786-6dc7-40c0-85e3-6537382ef308",
            "gambit_id": "80af32cb-09e7-4e34-8bd5-cbe44759301a",
            "last_updated": "2022-12-30T18:42:00.055496-05:00",
            "created_at": "2022-12-28T09:32:08.629424-05:00",
            "name": "Sacramento Kings",
            "reward": "1.57000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5500754-6060-4db7-ad82-82e4540a5363/?format=api"
        },
        {
            "id": "cadcbd25-4076-438c-a293-f5d9fdde6ce9",
            "gambit_id": "60cddbee-2cab-4738-acb5-49dbadcad5fc",
            "last_updated": "2022-12-30T18:42:00.056592-05:00",
            "created_at": "2022-12-28T09:32:08.630681-05:00",
            "name": "Denver Nuggets",
            "reward": "2.12000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5500754-6060-4db7-ad82-82e4540a5363/?format=api"
        }
    ]
}