GET /api/bet_types/f763779f-63e8-46c8-824e-a8640af7454a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f763779f-63e8-46c8-824e-a8640af7454a",
    "match": "https://api-prod.gambitprofit.com/api/matches/1f0dee87-aefd-422d-bb32-51ecb3636b68/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-08T09:23:25.307400-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": "PIT",
                "amount": 5000.0
            },
            {
                "team": "ATL",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a92c63f9-7be2-42e6-8ffe-1498c36cc22c",
            "gambit_id": "135e79cf-c246-4b2d-a922-374ce9e484fb",
            "last_updated": "2023-09-09T11:28:28.580560-04:00",
            "created_at": "2023-09-08T09:23:25.318118-04:00",
            "name": "PIT",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f763779f-63e8-46c8-824e-a8640af7454a/?format=api"
        },
        {
            "id": "8c237210-a83b-4612-8490-c33100d705ae",
            "gambit_id": "cfaec4fe-9be7-4ae9-9c7d-7804782345f2",
            "last_updated": "2023-09-09T11:28:28.583789-04:00",
            "created_at": "2023-09-08T09:23:25.323814-04:00",
            "name": "ATL",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f763779f-63e8-46c8-824e-a8640af7454a/?format=api"
        }
    ]
}