GET /api/bet_types/7e51ae92-083c-4a90-afb2-50a1e4dfe6ef/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7e51ae92-083c-4a90-afb2-50a1e4dfe6ef",
    "match": "https://api-prod.gambitprofit.com/api/matches/8d845a02-40de-4717-a1ee-e2a8e3dbf508/?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": "BOS (J Winckowski)",
                "amount": 5319.0
            },
            {
                "team": "BAL (D Kremer)",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": 361.44,
        "profit_sb_percentage": 4.02,
        "recommended": true
    },
    "lines": [
        {
            "id": "5087657e-8126-4bfa-a417-494c369b8ac3",
            "gambit_id": "5086ec9d-7d4f-40de-b774-d309fb92e143",
            "last_updated": "2022-08-12T09:47:11.331965-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS (J Winckowski)",
            "reward": "1.76000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e51ae92-083c-4a90-afb2-50a1e4dfe6ef/?format=api"
        },
        {
            "id": "28e94cf9-1859-47fb-9762-eeca7282835c",
            "gambit_id": "f22a64f3-b013-455d-8ab2-b1d93d0bdda7",
            "last_updated": "2022-08-12T09:47:11.331557-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL (D Kremer)",
            "reward": "2.00000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e51ae92-083c-4a90-afb2-50a1e4dfe6ef/?format=api"
        }
    ]
}