GET /api/bet_types/7c442bac-72f3-4ff4-b56d-d37451ae423e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7c442bac-72f3-4ff4-b56d-d37451ae423e",
    "match": "https://api-prod.gambitprofit.com/api/matches/be3910f5-b22e-4dc1-a79c-2db36b5c48e6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-14T05:58:10.567765-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": "CLE",
                "amount": 5699.0
            },
            {
                "team": "SDG",
                "amount": 4301.0
            }
        ],
        "expected_reward_tokens": 9460.34,
        "profit_sb": -39.66,
        "profit_sb_percentage": -0.42,
        "recommended": false
    },
    "lines": [
        {
            "id": "89b10ef0-9581-43c9-82c2-e2e1dbf25795",
            "gambit_id": "2f10dadd-9239-4900-af17-0eb90dfec13c",
            "last_updated": "2023-06-15T23:23:32.000992-04:00",
            "created_at": "2023-06-14T05:58:10.569751-04:00",
            "name": "CLE",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c442bac-72f3-4ff4-b56d-d37451ae423e/?format=api"
        },
        {
            "id": "69d912db-3e0f-4ebe-9b72-315c4f9a076c",
            "gambit_id": "509b40bc-708a-405e-97bf-95d46e73b551",
            "last_updated": "2023-06-15T23:23:32.002371-04:00",
            "created_at": "2023-06-14T05:58:10.571720-04:00",
            "name": "SDG",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c442bac-72f3-4ff4-b56d-d37451ae423e/?format=api"
        }
    ]
}