GET /api/bet_types/3b62ff06-035c-4efa-bca8-cfd3eef11c24/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3b62ff06-035c-4efa-bca8-cfd3eef11c24",
    "match": "https://api-prod.gambitprofit.com/api/matches/9bb8644d-7b6f-4e64-8f06-dc1b84e11d03/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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": "UAB",
                "amount": 7550.0
            },
            {
                "team": "Miami-Ohio",
                "amount": 2450.0
            }
        ],
        "expected_reward_tokens": 9211.0,
        "profit_sb": 211.0,
        "profit_sb_percentage": 2.34,
        "recommended": true
    },
    "lines": [
        {
            "id": "0d0f9f31-05fe-4690-894d-10dfbfef51df",
            "gambit_id": "a7fac500-ec1d-4700-9043-d683d05357e7",
            "last_updated": "2022-12-17T19:47:22.079013-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UAB",
            "reward": "1.22000",
            "odds": "1.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b62ff06-035c-4efa-bca8-cfd3eef11c24/?format=api"
        },
        {
            "id": "79dd4bc9-4a9e-47cf-8dd6-73600318b802",
            "gambit_id": "c7248f12-2976-43ce-95a7-e79b57d82fc2",
            "last_updated": "2022-12-17T19:47:22.080087-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami-Ohio",
            "reward": "3.76000",
            "odds": "4.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b62ff06-035c-4efa-bca8-cfd3eef11c24/?format=api"
        }
    ]
}