GET /api/bet_types/97d8f5a5-d945-4344-9542-59b385dcbaf8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "97d8f5a5-d945-4344-9542-59b385dcbaf8",
    "match": "https://api-prod.gambitprofit.com/api/matches/fc96e2c7-00f1-402a-8f0c-06b83af2f743/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-05T09:53:19.369402-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": 6173.0
            },
            {
                "team": "PIT (A Jackson)",
                "amount": 3827.0
            }
        ],
        "expected_reward_tokens": 9567.5,
        "profit_sb": 67.5,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "418b5652-34e2-44f8-8d6e-6ed7aff71fa3",
            "gambit_id": "b4469a16-9217-4cae-9d1f-30e98ff1d4f2",
            "last_updated": "2023-09-07T10:23:06.056689-04:00",
            "created_at": "2023-09-05T09:53:19.376012-04:00",
            "name": "MIL (B Woodruff)",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97d8f5a5-d945-4344-9542-59b385dcbaf8/?format=api"
        },
        {
            "id": "708b73fd-d880-4b64-8852-406bbbd1031a",
            "gambit_id": "bc5b70a4-0cfb-4275-af93-c0d8232ac044",
            "last_updated": "2023-09-07T10:23:06.060039-04:00",
            "created_at": "2023-09-05T09:53:19.381333-04:00",
            "name": "PIT (A Jackson)",
            "reward": "2.50000",
            "odds": "2.57000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97d8f5a5-d945-4344-9542-59b385dcbaf8/?format=api"
        }
    ]
}