GET /api/bet_types/77fdb178-eefe-43ad-a7cc-d7ccaa0a9068/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "77fdb178-eefe-43ad-a7cc-d7ccaa0a9068",
    "match": "https://api-prod.gambitprofit.com/api/matches/533b4898-2ee3-45b0-b998-395d8b8dee91/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-29T09:23:08.851526-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": "NYY (C Rodon)",
                "amount": 5776.0
            },
            {
                "team": "KAN (J Lyles)",
                "amount": 4224.0
            }
        ],
        "expected_reward_tokens": 9588.16,
        "profit_sb": 88.16,
        "profit_sb_percentage": 0.93,
        "recommended": true
    },
    "lines": [
        {
            "id": "d00ab550-f4d0-4640-b5f5-47f1063f459a",
            "gambit_id": "5046f57e-938b-40f2-848d-45dba1d61cb0",
            "last_updated": "2023-09-30T10:53:14.299363-04:00",
            "created_at": "2023-09-29T09:23:08.855832-04:00",
            "name": "NYY (C Rodon)",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77fdb178-eefe-43ad-a7cc-d7ccaa0a9068/?format=api"
        },
        {
            "id": "0f12f24a-87c9-4c86-b909-5e1a7bbb50fc",
            "gambit_id": "afb5b08b-ac7f-42c4-93d6-8432b5fb7193",
            "last_updated": "2023-09-30T10:53:14.303063-04:00",
            "created_at": "2023-09-29T09:23:08.861935-04:00",
            "name": "KAN (J Lyles)",
            "reward": "2.27000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77fdb178-eefe-43ad-a7cc-d7ccaa0a9068/?format=api"
        }
    ]
}