GET /api/bet_types/60fd9d71-739d-4f92-a261-b775a4e4a845/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "60fd9d71-739d-4f92-a261-b775a4e4a845",
    "match": "https://api-prod.gambitprofit.com/api/matches/7b274b49-c9fc-4114-a5db-a5bb588eac44/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-22T08:43:03.789649-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": "Orlando Magic",
                "amount": 5000.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "45971f81-3fcf-418d-adb7-16e7e9d5cd12",
            "gambit_id": "5ba411b5-b248-431f-9cdd-3056231f3693",
            "last_updated": "2024-01-23T20:08:13.687782-05:00",
            "created_at": "2024-01-22T08:43:03.798966-05:00",
            "name": "Orlando Magic",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60fd9d71-739d-4f92-a261-b775a4e4a845/?format=api"
        },
        {
            "id": "9104a88c-03a3-4d6f-ad9f-a31e956a7a15",
            "gambit_id": "05491e8f-6c26-48c9-bd61-70dc169c6362",
            "last_updated": "2024-01-23T20:08:13.680933-05:00",
            "created_at": "2024-01-22T08:43:03.794256-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60fd9d71-739d-4f92-a261-b775a4e4a845/?format=api"
        }
    ]
}