GET /api/bet_types/2f4a5123-8142-498e-9736-b8301edd5d65/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2f4a5123-8142-498e-9736-b8301edd5d65",
    "match": "https://api-prod.gambitprofit.com/api/matches/c3af4ed3-f75f-404e-bb5a-8da3cd3d1aa2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-30T10:47:16.661150-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 (K Senga)",
                "amount": 5787.0
            },
            {
                "team": "PHI (R Suarez)",
                "amount": 4213.0
            }
        ],
        "expected_reward_tokens": 9605.64,
        "profit_sb": 105.64,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "0ee8e8c5-52e7-440d-a1b0-5672fbce7ff4",
            "gambit_id": "e93b2b69-853b-4618-a386-e3b0a8c6d40a",
            "last_updated": "2023-05-31T11:47:19.796117-04:00",
            "created_at": "2023-05-30T10:47:16.666317-04:00",
            "name": "NYM (K Senga)",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f4a5123-8142-498e-9736-b8301edd5d65/?format=api"
        },
        {
            "id": "9f3f48a2-be66-4d9a-98ff-08bc433b6119",
            "gambit_id": "0533763b-35cd-49b4-9971-c7b9bfff1956",
            "last_updated": "2023-05-31T11:47:19.794498-04:00",
            "created_at": "2023-05-30T10:47:16.663710-04:00",
            "name": "PHI (R Suarez)",
            "reward": "2.28000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f4a5123-8142-498e-9736-b8301edd5d65/?format=api"
        }
    ]
}