GET /api/bet_types/50440645-95ed-4387-8753-47b90188c73a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "50440645-95ed-4387-8753-47b90188c73a",
    "match": "https://api-prod.gambitprofit.com/api/matches/06787ebf-db5e-472f-a3a0-a688ceeff972/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-11T10:08:15.724463-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": "MIA",
                "amount": 6458.0
            },
            {
                "team": "CWS",
                "amount": 3542.0
            }
        ],
        "expected_reward_tokens": 9492.56,
        "profit_sb": -7.44,
        "profit_sb_percentage": -0.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "dea73a9a-afb1-4e6a-87a3-5cb7e96dd09c",
            "gambit_id": "4bb2118c-5bb7-4ecd-80be-bfee7113bd02",
            "last_updated": "2023-06-12T18:43:11.114611-04:00",
            "created_at": "2023-06-11T10:08:15.726977-04:00",
            "name": "MIA",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50440645-95ed-4387-8753-47b90188c73a/?format=api"
        },
        {
            "id": "2f6c7d97-b479-4193-90c1-8cde40021b1c",
            "gambit_id": "c028ea4e-02a7-4e7a-a7f2-5ec878e4058d",
            "last_updated": "2023-06-12T18:43:11.116918-04:00",
            "created_at": "2023-06-11T10:08:15.729666-04:00",
            "name": "CWS",
            "reward": "2.68000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50440645-95ed-4387-8753-47b90188c73a/?format=api"
        }
    ]
}