GET /api/bet_types/369d6e68-abe6-4674-a437-5915d983536b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "369d6e68-abe6-4674-a437-5915d983536b",
    "match": "https://api-prod.gambitprofit.com/api/matches/b51864d3-7de9-432b-b68d-c7d2eaec05bc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-23T08:33:16.506989-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": 6390.0
            },
            {
                "team": "DET",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "184fb87e-38ee-41ad-b200-2d539d52b542",
            "gambit_id": "a5e72798-60aa-4014-9847-c94a5932c06b",
            "last_updated": "2023-08-25T10:23:03.264261-04:00",
            "created_at": "2023-08-23T08:33:16.511524-04:00",
            "name": "CHC",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/369d6e68-abe6-4674-a437-5915d983536b/?format=api"
        },
        {
            "id": "c41fd5aa-1e9e-49d6-9190-73ae82c5a97d",
            "gambit_id": "614361a8-cc5b-43a1-8c17-f6b8b6f5dcbd",
            "last_updated": "2023-08-25T10:23:03.267811-04:00",
            "created_at": "2023-08-23T08:33:16.517037-04:00",
            "name": "DET",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/369d6e68-abe6-4674-a437-5915d983536b/?format=api"
        }
    ]
}