GET /api/bet_types/18997c7d-f308-4ff9-8668-a20a89b45217/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "18997c7d-f308-4ff9-8668-a20a89b45217",
    "match": "https://api-prod.gambitprofit.com/api/matches/4b0f55cc-847b-4487-af00-987846219709/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-17T08:08:24.093180-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": "DET (T Skubal)",
                "amount": 5714.0
            },
            {
                "team": "CLE (X Curry)",
                "amount": 4286.0
            }
        ],
        "expected_reward_tokens": 9599.52,
        "profit_sb": 99.52,
        "profit_sb_percentage": 1.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "fd748ce9-4e7f-47df-8125-db68e3757df8",
            "gambit_id": "b8c47d52-7ee2-4b3b-8575-1b01f5c435c3",
            "last_updated": "2023-08-24T19:12:55.969745-04:00",
            "created_at": "2023-08-17T08:08:24.097414-04:00",
            "name": "DET (T Skubal)",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18997c7d-f308-4ff9-8668-a20a89b45217/?format=api"
        },
        {
            "id": "d7ac22c1-ecae-40fb-aadd-f2def332dd52",
            "gambit_id": "0be24a4f-224d-4e0d-b90f-f2970b58039a",
            "last_updated": "2023-08-24T19:12:55.973389-04:00",
            "created_at": "2023-08-17T08:08:24.101267-04:00",
            "name": "CLE (X Curry)",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18997c7d-f308-4ff9-8668-a20a89b45217/?format=api"
        }
    ]
}