GET /api/bet_types/6380b057-15e4-4644-90d5-040b49b33fbf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6380b057-15e4-4644-90d5-040b49b33fbf",
    "match": "https://api-prod.gambitprofit.com/api/matches/a5aa3524-5bdf-445c-9754-9e0402bf9f46/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-15T08:58:23.263321-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": "NYM (D Peterson)",
                "amount": 5776.0
            },
            {
                "team": "PIT (B Falter)",
                "amount": 4224.0
            }
        ],
        "expected_reward_tokens": 9588.16,
        "profit_sb": 88.16,
        "profit_sb_percentage": 0.93,
        "recommended": true
    },
    "lines": [
        {
            "id": "ad1346ee-57c0-40e0-8c99-a82f9c94a76e",
            "gambit_id": "7a73e1d7-44ac-451e-9b89-1a272b952c0b",
            "last_updated": "2023-08-17T10:38:00.263630-04:00",
            "created_at": "2023-08-15T08:58:23.273342-04:00",
            "name": "NYM (D Peterson)",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6380b057-15e4-4644-90d5-040b49b33fbf/?format=api"
        },
        {
            "id": "76653978-22af-4363-8a92-5d73315db632",
            "gambit_id": "7c9cad8f-2425-4952-b0e4-4c951c57a27d",
            "last_updated": "2023-08-17T10:38:00.260201-04:00",
            "created_at": "2023-08-15T08:58:23.268775-04:00",
            "name": "PIT (B Falter)",
            "reward": "2.27000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6380b057-15e4-4644-90d5-040b49b33fbf/?format=api"
        }
    ]
}