GET /api/bet_types/5f9301c6-cc9a-4aca-8a52-6d3490f1d45f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5f9301c6-cc9a-4aca-8a52-6d3490f1d45f",
    "match": "https://api-prod.gambitprofit.com/api/matches/066bd4cc-7bde-478c-8122-5463a6175606/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-05: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": "SEA",
                "amount": 5995.0
            },
            {
                "team": "NYY",
                "amount": 4005.0
            }
        ],
        "expected_reward_tokens": 9291.6,
        "profit_sb": 291.6,
        "profit_sb_percentage": 3.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "48d3e21c-4795-4adf-bef5-3807e2bb8ec4",
            "gambit_id": "e47295b8-a9a9-46b3-9a57-12bcb5e8e43a",
            "last_updated": "2022-08-09T09:42:03.228731-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA",
            "reward": "1.55000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f9301c6-cc9a-4aca-8a52-6d3490f1d45f/?format=api"
        },
        {
            "id": "9a4a0432-8ea4-40a6-bce8-001fcf3243c3",
            "gambit_id": "1d32ce57-3d1f-43a3-89d7-8dd77b359c21",
            "last_updated": "2022-08-09T09:42:03.229182-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY",
            "reward": "2.32000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f9301c6-cc9a-4aca-8a52-6d3490f1d45f/?format=api"
        }
    ]
}