GET /api/bet_types/b7841d16-d039-4f91-8391-6242ba4cf4be/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b7841d16-d039-4f91-8391-6242ba4cf4be",
    "match": "https://api-prod.gambitprofit.com/api/matches/d8c2a00e-62b7-4486-8356-5becd1d3ac3a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-07T09:28:22.671798-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": "CHC",
                "amount": 5939.0
            },
            {
                "team": "LAA",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "a5f6cc11-a721-4406-879d-9a5832ffcc89",
            "gambit_id": "e7bcba94-d91e-4a46-8213-bdc3e8686e29",
            "last_updated": "2023-06-08T16:18:10.740426-04:00",
            "created_at": "2023-06-07T09:28:22.674376-04:00",
            "name": "CHC",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7841d16-d039-4f91-8391-6242ba4cf4be/?format=api"
        },
        {
            "id": "19f178d6-001a-48c3-b4c1-1b36517a8a05",
            "gambit_id": "c1b70d9a-26e5-4d3d-8f7b-54bb0b1d6549",
            "last_updated": "2023-06-08T16:18:10.743709-04:00",
            "created_at": "2023-06-07T09:28:22.676601-04:00",
            "name": "LAA",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7841d16-d039-4f91-8391-6242ba4cf4be/?format=api"
        }
    ]
}