GET /api/bet_types/caedb221-86fd-418d-a553-b5e5e3e08978/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "caedb221-86fd-418d-a553-b5e5e3e08978",
    "match": "https://api-prod.gambitprofit.com/api/matches/13d70743-096d-433b-a250-5bbcda6ef356/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-15T08:47:22.293513-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": "Philadelphia 76ers",
                "amount": 5000.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "ce9e8679-a50e-4de6-9e1a-e750b41b2af8",
            "gambit_id": "c283d7ba-9750-45bc-b876-075b9c8d8257",
            "last_updated": "2023-02-16T16:52:02.572227-05:00",
            "created_at": "2023-02-15T08:47:22.294868-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/caedb221-86fd-418d-a553-b5e5e3e08978/?format=api"
        },
        {
            "id": "f2611384-d779-4598-8207-848f4ef51647",
            "gambit_id": "eeb9a28f-6d28-44a4-90b6-3030af7c66b6",
            "last_updated": "2023-02-16T16:52:02.573359-05:00",
            "created_at": "2023-02-15T08:47:22.296172-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/caedb221-86fd-418d-a553-b5e5e3e08978/?format=api"
        }
    ]
}