GET /api/bet_types/4e26ff22-e797-4d4d-80a8-9c0d18e1778f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4e26ff22-e797-4d4d-80a8-9c0d18e1778f",
    "match": "https://api-prod.gambitprofit.com/api/matches/58d75855-9c23-4274-8be0-e2f5c7fd88c0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-19T08:08:07.662096-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": "ARI",
                "amount": 6399.0
            },
            {
                "team": "MIL",
                "amount": 3601.0
            }
        ],
        "expected_reward_tokens": 9470.52,
        "profit_sb": -29.48,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "eb3c191d-4e75-44aa-91f5-68c3be35160c",
            "gambit_id": "48c42f7e-10de-4d20-8fe2-7dfe9159ca0e",
            "last_updated": "2023-06-20T10:13:22.811359-04:00",
            "created_at": "2023-06-19T08:08:07.663943-04:00",
            "name": "ARI",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e26ff22-e797-4d4d-80a8-9c0d18e1778f/?format=api"
        },
        {
            "id": "3e8dcfa8-d302-48dd-af23-cb4ed52af2ac",
            "gambit_id": "a0b91523-d440-4579-aacc-d01c087404ed",
            "last_updated": "2023-06-20T10:13:22.813039-04:00",
            "created_at": "2023-06-19T08:08:07.665792-04:00",
            "name": "MIL",
            "reward": "2.63000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e26ff22-e797-4d4d-80a8-9c0d18e1778f/?format=api"
        }
    ]
}