GET /api/bet_types/22fc60bf-d32a-44d2-bb73-be4fc18d015f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "22fc60bf-d32a-44d2-bb73-be4fc18d015f",
    "match": "https://api-prod.gambitprofit.com/api/matches/64242edb-f674-48c5-b45e-8d7523ab5c46/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-30T08:58:14.318977-04: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": "Memphis Grizzlies",
                "amount": 5214.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "f53c2b44-b202-476e-9a56-6d7afaacc8ff",
            "gambit_id": "be2548fd-4e19-473e-9578-9e183948d20a",
            "last_updated": "2023-10-31T20:08:09.356240-04:00",
            "created_at": "2023-10-30T08:58:14.327936-04:00",
            "name": "Memphis Grizzlies",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22fc60bf-d32a-44d2-bb73-be4fc18d015f/?format=api"
        },
        {
            "id": "de94cc23-9ac8-4679-b789-6aceaf02f9b2",
            "gambit_id": "a5b91f03-d39a-4ed9-8286-442153fa31a9",
            "last_updated": "2023-10-31T20:08:09.352975-04:00",
            "created_at": "2023-10-30T08:58:14.323778-04:00",
            "name": "Dallas Mavericks",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22fc60bf-d32a-44d2-bb73-be4fc18d015f/?format=api"
        }
    ]
}