GET /api/bet_types/0c345d61-4880-49e0-a979-3e07aec585ef/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0c345d61-4880-49e0-a979-3e07aec585ef",
    "match": "https://api-prod.gambitprofit.com/api/matches/a3bfb4bf-d2b8-4fc8-8187-6004972fb2d4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-18T09:43:11.375180-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": "SEA (B Miller)",
                "amount": 5838.0
            },
            {
                "team": "CWS (L Lynn)",
                "amount": 4162.0
            }
        ],
        "expected_reward_tokens": 9572.6,
        "profit_sb": 72.6,
        "profit_sb_percentage": 0.76,
        "recommended": true
    },
    "lines": [
        {
            "id": "16a79368-46a4-4263-b170-3961fd84d844",
            "gambit_id": "c409d6b2-18a7-41f7-9a86-3556211b828b",
            "last_updated": "2023-06-19T17:08:23.110175-04:00",
            "created_at": "2023-06-18T09:43:11.379340-04:00",
            "name": "SEA (B Miller)",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c345d61-4880-49e0-a979-3e07aec585ef/?format=api"
        },
        {
            "id": "e3bbdc8c-b136-4892-aff8-54e4dbd3d5c5",
            "gambit_id": "d763c9c6-87a2-486a-9a12-7bf3b3dfd7f4",
            "last_updated": "2023-06-19T17:08:23.107580-04:00",
            "created_at": "2023-06-18T09:43:11.377212-04:00",
            "name": "CWS (L Lynn)",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c345d61-4880-49e0-a979-3e07aec585ef/?format=api"
        }
    ]
}