GET /api/bet_types/4547f593-f14d-43c8-9665-fa210174d528/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4547f593-f14d-43c8-9665-fa210174d528",
    "match": "https://api-prod.gambitprofit.com/api/matches/6675c8a5-dc21-425a-b02d-cea6c03c1db2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-23T16:11:49.680831-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": "Boston Celtics",
                "amount": 7072.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 2928.0
            }
        ],
        "expected_reward_tokens": 9545.28,
        "profit_sb": 45.28,
        "profit_sb_percentage": 0.48,
        "recommended": true
    },
    "lines": [
        {
            "id": "632be365-1fc5-4dc4-9f7b-ce5dff16295a",
            "gambit_id": "33d1fd08-3326-4c5d-9687-33788d7e0331",
            "last_updated": "2023-04-24T13:02:15.206340-04:00",
            "created_at": "2023-04-23T16:11:49.684385-04:00",
            "name": "Boston Celtics",
            "reward": "1.35000",
            "odds": "1.36360",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4547f593-f14d-43c8-9665-fa210174d528/?format=api"
        },
        {
            "id": "3870d917-4dcb-4a5c-836a-3bfc70e1ca2d",
            "gambit_id": "f1ce42f4-6ef1-4d88-8215-43c904076a8d",
            "last_updated": "2023-04-24T13:02:15.204364-04:00",
            "created_at": "2023-04-23T16:11:49.682531-04:00",
            "name": "Atlanta Hawks",
            "reward": "3.26000",
            "odds": "3.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4547f593-f14d-43c8-9665-fa210174d528/?format=api"
        }
    ]
}