GET /api/bet_types/de05dd5a-66ef-460e-a2f9-9fa4b51c3f7d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "de05dd5a-66ef-460e-a2f9-9fa4b51c3f7d",
    "match": "https://api-prod.gambitprofit.com/api/matches/96ce058d-4d8b-4fd9-b4d0-06115d1ac20b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-09T09:48:13.415835-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": "BOS",
                "amount": 5939.0
            },
            {
                "team": "NYY",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "d015fce5-56d4-44fc-88a6-cd933c8bc50a",
            "gambit_id": "2e662af3-ce2c-41bc-9d1d-c7c103a4ae3a",
            "last_updated": "2023-06-11T10:18:30.936388-04:00",
            "created_at": "2023-06-09T09:48:13.417920-04:00",
            "name": "BOS",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de05dd5a-66ef-460e-a2f9-9fa4b51c3f7d/?format=api"
        },
        {
            "id": "4b457c28-f3f0-4888-9ad6-63c47738e1b7",
            "gambit_id": "27d869c7-133e-42ad-ad1f-ac3703987c7f",
            "last_updated": "2023-06-11T10:18:30.938205-04:00",
            "created_at": "2023-06-09T09:48:13.420288-04:00",
            "name": "NYY",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de05dd5a-66ef-460e-a2f9-9fa4b51c3f7d/?format=api"
        }
    ]
}