GET /api/bet_types/5e3169a8-57a2-4136-8a20-cb604259c34e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5e3169a8-57a2-4136-8a20-cb604259c34e",
    "match": "https://api-prod.gambitprofit.com/api/matches/40303218-04ad-4ae2-babb-f2d3f426a3c4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-14T05:58:11.434141-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": "LOS",
                "amount": 5213.0
            },
            {
                "team": "CWS",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "f88aac8b-6300-4682-befa-89456e07348b",
            "gambit_id": "d9771ed8-940f-43b3-9168-7a2827aa90b4",
            "last_updated": "2023-06-15T23:18:31.973123-04:00",
            "created_at": "2023-06-14T05:58:11.438683-04:00",
            "name": "LOS",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e3169a8-57a2-4136-8a20-cb604259c34e/?format=api"
        },
        {
            "id": "b8874fe8-3a96-4e61-aab4-fd778c8ca890",
            "gambit_id": "68641609-55d5-4108-880b-80f9900b8fc0",
            "last_updated": "2023-06-15T23:18:31.971668-04:00",
            "created_at": "2023-06-14T05:58:11.436376-04:00",
            "name": "CWS",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e3169a8-57a2-4136-8a20-cb604259c34e/?format=api"
        }
    ]
}