GET /api/bet_types/0894842f-8eba-49a6-8b1f-971ceb0fbe01/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0894842f-8eba-49a6-8b1f-971ceb0fbe01",
    "match": "https://api-prod.gambitprofit.com/api/matches/64242edb-f674-48c5-b45e-8d7523ab5c46/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-30T08:58:14.306329-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": "Memphis Grizzlies",
                "amount": 5094.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "46a27927-7d58-4504-b2ee-6a7b54f04191",
            "gambit_id": "2449452b-9a27-4381-b852-749a24722da1",
            "last_updated": "2023-10-31T20:08:09.345824-04:00",
            "created_at": "2023-10-30T08:58:14.314810-04:00",
            "name": "Memphis Grizzlies",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0894842f-8eba-49a6-8b1f-971ceb0fbe01/?format=api"
        },
        {
            "id": "c14bfc1a-bf4d-4fd1-a0f2-8d3584510ab6",
            "gambit_id": "bb11c733-4c00-4220-8b27-09c2f3b16414",
            "last_updated": "2023-10-31T20:08:09.342312-04:00",
            "created_at": "2023-10-30T08:58:14.310432-04:00",
            "name": "Dallas Mavericks",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0894842f-8eba-49a6-8b1f-971ceb0fbe01/?format=api"
        }
    ]
}