GET /api/bet_types/e32945d4-4db7-4068-8454-242ef27fd7c7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e32945d4-4db7-4068-8454-242ef27fd7c7",
    "match": "https://api-prod.gambitprofit.com/api/matches/00077d5a-b305-4d57-93a5-4f40e2c7ddb1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-08T08:43:18.818673-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": "ATL (S Strider)",
                "amount": 6241.0
            },
            {
                "team": "NYM (J Verlander)",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "2e9701ae-4473-49a7-a02e-52514c396e17",
            "gambit_id": "24a42dd0-f281-4d23-b4e0-381dcd87cfb4",
            "last_updated": "2023-06-10T13:38:11.863855-04:00",
            "created_at": "2023-06-08T08:43:18.822179-04:00",
            "name": "ATL (S Strider)",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e32945d4-4db7-4068-8454-242ef27fd7c7/?format=api"
        },
        {
            "id": "275dc4cc-8966-4b3b-ab21-4f64574aa95b",
            "gambit_id": "838642c4-8388-489a-b244-ceea65728daf",
            "last_updated": "2023-06-10T13:38:11.861454-04:00",
            "created_at": "2023-06-08T08:43:18.820394-04:00",
            "name": "NYM (J Verlander)",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e32945d4-4db7-4068-8454-242ef27fd7c7/?format=api"
        }
    ]
}