GET /api/bet_types/d94610d9-cfdb-4dfc-88bf-eeb5694c0d91/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d94610d9-cfdb-4dfc-88bf-eeb5694c0d91",
    "match": "https://api-prod.gambitprofit.com/api/matches/a9054780-e27e-48e6-b243-4c7d9397e1f4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-10T10:03:07.668160-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": "ATL",
                "amount": 5512.0
            },
            {
                "team": "PIT",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "3d9c081e-b458-48ca-8830-e3edd8c084df",
            "gambit_id": "830da1cc-888b-4379-a1e7-c97d6cc50ff7",
            "last_updated": "2023-09-12T11:28:07.014366-04:00",
            "created_at": "2023-09-10T10:03:07.675607-04:00",
            "name": "ATL",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d94610d9-cfdb-4dfc-88bf-eeb5694c0d91/?format=api"
        },
        {
            "id": "d77db91d-1115-48dd-a847-db1cc612e604",
            "gambit_id": "29a0508b-609e-4a27-89a3-36a5f0f3d006",
            "last_updated": "2023-09-12T11:28:07.010178-04:00",
            "created_at": "2023-09-10T10:03:07.671817-04:00",
            "name": "PIT",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d94610d9-cfdb-4dfc-88bf-eeb5694c0d91/?format=api"
        }
    ]
}