GET /api/bet_types/4d785030-875f-409e-8b46-16ab8132932e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4d785030-875f-409e-8b46-16ab8132932e",
    "match": "https://api-prod.gambitprofit.com/api/matches/1330e74a-51b0-4a90-a632-10506c2e5c88/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-17T18:13:26.369422-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": "OAK",
                "amount": 5213.0
            },
            {
                "team": "BOS",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "c9228bd0-dab7-4b33-96d5-6be8127ab017",
            "gambit_id": "1e3158e8-ed07-4f10-977d-c041d28f9e08",
            "last_updated": "2023-07-18T22:03:16.472367-04:00",
            "created_at": "2023-07-17T18:13:26.372644-04:00",
            "name": "OAK",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d785030-875f-409e-8b46-16ab8132932e/?format=api"
        },
        {
            "id": "fb6a918a-a985-48bd-9aad-7cf57c250995",
            "gambit_id": "f6de5c23-5198-47ae-8ae8-be132949c7ac",
            "last_updated": "2023-07-18T22:03:16.470841-04:00",
            "created_at": "2023-07-17T18:13:26.371088-04:00",
            "name": "BOS",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d785030-875f-409e-8b46-16ab8132932e/?format=api"
        }
    ]
}