GET /api/bet_types/51cf01ad-538a-4ba9-9267-85c93c5db734/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "51cf01ad-538a-4ba9-9267-85c93c5db734",
    "match": "https://api-prod.gambitprofit.com/api/matches/ec2540d7-044a-4226-8676-bc2d2e9d6852/?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": "BAL",
                "amount": 5571.0
            },
            {
                "team": "HOU",
                "amount": 4429.0
            }
        ],
        "expected_reward_tokens": 9079.45,
        "profit_sb": 79.45,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "e1b8e3a3-244f-4445-a36b-ab7a48a86e06",
            "gambit_id": "f528088e-65f3-47c3-913b-65c6c0f29c57",
            "last_updated": "2022-09-24T21:12:25.676151-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL",
            "reward": "1.63000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/51cf01ad-538a-4ba9-9267-85c93c5db734/?format=api"
        },
        {
            "id": "63fa81a1-debd-4a28-afb4-cbb686302644",
            "gambit_id": "f2643576-08a7-4b94-b3ae-b570a8c425d3",
            "last_updated": "2022-09-24T21:12:25.677247-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU",
            "reward": "2.05000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/51cf01ad-538a-4ba9-9267-85c93c5db734/?format=api"
        }
    ]
}