GET /api/bet_types/15128873-6849-44ca-a574-43917bf59441/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "15128873-6849-44ca-a574-43917bf59441",
    "match": "https://api-prod.gambitprofit.com/api/matches/ed2d0fea-7e97-4e60-9195-60cb07adde34/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-10T13:03:18.865085-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": "ARI",
                "amount": 6010.0
            },
            {
                "team": "CHC",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "3d55088c-a6e5-4131-a632-e499a7eccf64",
            "gambit_id": "2bec555a-d3e0-4336-bfcb-c5a8037ab3a6",
            "last_updated": "2023-09-12T11:23:04.087089-04:00",
            "created_at": "2023-09-10T13:03:18.868605-04:00",
            "name": "ARI",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15128873-6849-44ca-a574-43917bf59441/?format=api"
        },
        {
            "id": "24de9258-8e11-4c56-8506-8bc8e04b8306",
            "gambit_id": "8bbebb76-4507-4b55-8867-8b40681f0f12",
            "last_updated": "2023-09-12T11:23:04.090383-04:00",
            "created_at": "2023-09-10T13:03:18.872425-04:00",
            "name": "CHC",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15128873-6849-44ca-a574-43917bf59441/?format=api"
        }
    ]
}