GET /api/bet_types/fa46662d-d7c2-4d7f-a667-0a3c67fd7031/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fa46662d-d7c2-4d7f-a667-0a3c67fd7031",
    "match": "https://api-prod.gambitprofit.com/api/matches/b100b577-d840-4540-b7e4-b417c4e98042/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-06T08:38:16.834117-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": "MIL (B Woodruff)",
                "amount": 6434.0
            },
            {
                "team": "PIT (J Oviedo)",
                "amount": 3566.0
            }
        ],
        "expected_reward_tokens": 9521.22,
        "profit_sb": 21.22,
        "profit_sb_percentage": 0.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "780a1b80-ea45-481a-92f7-2a448c01235f",
            "gambit_id": "7df188aa-c1ea-4977-8417-1aa2c0be736d",
            "last_updated": "2023-08-07T19:28:11.805443-04:00",
            "created_at": "2023-08-06T08:38:16.850144-04:00",
            "name": "MIL (B Woodruff)",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa46662d-d7c2-4d7f-a667-0a3c67fd7031/?format=api"
        },
        {
            "id": "88eeed22-116e-45b4-b1ed-7d1f36924439",
            "gambit_id": "fea0eb57-ee66-4ffe-b883-585bc4adfc18",
            "last_updated": "2023-08-07T19:28:11.801628-04:00",
            "created_at": "2023-08-06T08:38:16.843671-04:00",
            "name": "PIT (J Oviedo)",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa46662d-d7c2-4d7f-a667-0a3c67fd7031/?format=api"
        }
    ]
}