GET /api/bet_types/36ad4a5d-b329-431f-baa1-500c5b320fc8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "36ad4a5d-b329-431f-baa1-500c5b320fc8",
    "match": "https://api-prod.gambitprofit.com/api/matches/c69d2636-bdf2-496d-bbe6-471a149873c7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-11T09:02:18.485590-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": 6010.0
            },
            {
                "team": "PHI",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "f6fa2676-5fc7-4e22-b0bb-29c0a7b8e1a0",
            "gambit_id": "ea792f0e-3b74-4d1c-b705-ae91969e44f2",
            "last_updated": "2023-04-12T09:51:53.109848-04:00",
            "created_at": "2023-04-11T09:02:18.490182-04:00",
            "name": "MIA",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36ad4a5d-b329-431f-baa1-500c5b320fc8/?format=api"
        },
        {
            "id": "0d99be4e-e4cf-4beb-b157-622d9126a550",
            "gambit_id": "15804cd9-6b89-403c-aafe-6d9923fb4d1e",
            "last_updated": "2023-04-12T09:51:53.107215-04:00",
            "created_at": "2023-04-11T09:02:18.487534-04:00",
            "name": "PHI",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36ad4a5d-b329-431f-baa1-500c5b320fc8/?format=api"
        }
    ]
}