GET /api/bet_types/731d440f-6dbd-4457-ba92-475c30ef505b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "731d440f-6dbd-4457-ba92-475c30ef505b",
    "match": "https://api-prod.gambitprofit.com/api/matches/127e31f1-a667-4548-9020-5b5ba0f39612/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-22T09:58:22.777307-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": "ARI (B Pfaadt)",
                "amount": 5312.0
            },
            {
                "team": "NYY (L Weaver)",
                "amount": 4688.0
            }
        ],
        "expected_reward_tokens": 9561.6,
        "profit_sb": 61.6,
        "profit_sb_percentage": 0.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "53761536-4d6e-4cfe-9c3d-c4aa4a04756c",
            "gambit_id": "adb79c97-4ff0-42ed-b0ce-a59f04a6a46a",
            "last_updated": "2023-09-23T20:58:09.772439-04:00",
            "created_at": "2023-09-22T09:58:22.781131-04:00",
            "name": "ARI (B Pfaadt)",
            "reward": "1.80000",
            "odds": "1.84030",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/731d440f-6dbd-4457-ba92-475c30ef505b/?format=api"
        },
        {
            "id": "8e5e8cc2-6e2d-479d-96e6-3c4d9138ec2c",
            "gambit_id": "4eaccff0-43c4-41bc-b09a-6e5767950c8f",
            "last_updated": "2023-09-23T20:58:09.782786-04:00",
            "created_at": "2023-09-22T09:58:22.785742-04:00",
            "name": "NYY (L Weaver)",
            "reward": "2.04000",
            "odds": "2.09000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/731d440f-6dbd-4457-ba92-475c30ef505b/?format=api"
        }
    ]
}