GET /api/bet_types/35f94fb1-c257-4ba2-a2ad-c17de410bfea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "35f94fb1-c257-4ba2-a2ad-c17de410bfea",
    "match": "https://api-prod.gambitprofit.com/api/matches/e2d507e3-c4ae-4e64-970e-9ac2fea97ef3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-09T09:27:10.219974-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 (N Cortes)",
                "amount": 5711.0
            },
            {
                "team": "BAL (T Wells)",
                "amount": 4289.0
            }
        ],
        "expected_reward_tokens": 9650.25,
        "profit_sb": 150.25,
        "profit_sb_percentage": 1.58,
        "recommended": true
    },
    "lines": [
        {
            "id": "3d59e26b-0c28-407f-b59e-96288c973fbc",
            "gambit_id": "b3ee0351-e7a5-4921-8972-8df0c80dfd77",
            "last_updated": "2023-04-10T14:31:58.634975-04:00",
            "created_at": "2023-04-09T09:27:10.225447-04:00",
            "name": "NYY (N Cortes)",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35f94fb1-c257-4ba2-a2ad-c17de410bfea/?format=api"
        },
        {
            "id": "2faf2087-f855-4cd8-87aa-f40259a1708a",
            "gambit_id": "af121d91-404b-4ad4-81ce-d88898aeb1cd",
            "last_updated": "2023-04-10T14:31:58.632585-04:00",
            "created_at": "2023-04-09T09:27:10.222277-04:00",
            "name": "BAL (T Wells)",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35f94fb1-c257-4ba2-a2ad-c17de410bfea/?format=api"
        }
    ]
}