GET /api/bet_types/1ff537c9-9aa2-42c2-8297-193a99e6fd03/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1ff537c9-9aa2-42c2-8297-193a99e6fd03",
    "match": "https://api-prod.gambitprofit.com/api/matches/c05c347d-79e2-43a4-bfdb-cd5ce6b15152/?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": "New York Rangers",
                "amount": 5899.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 4101.0
            }
        ],
        "expected_reward_tokens": 9143.45,
        "profit_sb": 143.45,
        "profit_sb_percentage": 1.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "4dc26e78-0d07-4b06-8d1f-20abe8b0320a",
            "gambit_id": "fae39d54-7dc3-41b8-b6c7-787d91fd5c76",
            "last_updated": "2022-12-19T10:42:31.244099-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Rangers",
            "reward": "1.55000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ff537c9-9aa2-42c2-8297-193a99e6fd03/?format=api"
        },
        {
            "id": "096069c5-96be-4bb4-85fd-5419973e2280",
            "gambit_id": "741cddc5-6f36-47cf-83ff-9438dfd4c7bc",
            "last_updated": "2022-12-19T10:42:31.242853-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Flyers",
            "reward": "2.23000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ff537c9-9aa2-42c2-8297-193a99e6fd03/?format=api"
        }
    ]
}