GET /api/bet_types/124c23e7-7dad-498d-9c0c-85aca71588ec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "124c23e7-7dad-498d-9c0c-85aca71588ec",
    "match": "https://api-prod.gambitprofit.com/api/matches/dc2cbacc-d8f2-4a2f-b81d-2dca0ac91a24/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-10T10:03:06.754444-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": "MIL",
                "amount": 6232.0
            },
            {
                "team": "NYY",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "ec607cf3-77fa-4cdc-8f19-a3c950f9ed8e",
            "gambit_id": "1be177c9-e062-438e-8564-6d2f364dee50",
            "last_updated": "2023-09-12T11:28:11.330189-04:00",
            "created_at": "2023-09-10T10:03:06.759060-04:00",
            "name": "MIL",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/124c23e7-7dad-498d-9c0c-85aca71588ec/?format=api"
        },
        {
            "id": "ac82ca52-2e32-4c33-895a-53921fcae6cc",
            "gambit_id": "b2f14774-e8dd-4da0-94e7-e363d9d64f87",
            "last_updated": "2023-09-12T11:28:11.334297-04:00",
            "created_at": "2023-09-10T10:03:06.763069-04:00",
            "name": "NYY",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/124c23e7-7dad-498d-9c0c-85aca71588ec/?format=api"
        }
    ]
}