GET /api/bet_types/a538eca0-5e69-4262-b736-b582c2a66774/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a538eca0-5e69-4262-b736-b582c2a66774",
    "match": "https://api-prod.gambitprofit.com/api/matches/2c8ec7e8-4a9f-4b28-bd3a-90eeb1b524ee/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-29T08:42:07.753823-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": "Memphis Grizzlies",
                "amount": 5000.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "9b5d8814-fcb4-4598-a33a-538ad3e27c59",
            "gambit_id": "63d3bedb-f25e-4104-9dee-1f7f8b9e3e0c",
            "last_updated": "2022-12-31T10:36:55.897773-05:00",
            "created_at": "2022-12-29T08:42:07.756273-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a538eca0-5e69-4262-b736-b582c2a66774/?format=api"
        },
        {
            "id": "b75286fc-c734-409c-85d8-df4f4ddec627",
            "gambit_id": "d6783821-67d6-42b2-b67f-ce360386904c",
            "last_updated": "2022-12-31T10:36:55.896532-05:00",
            "created_at": "2022-12-29T08:42:07.755012-05:00",
            "name": "Toronto Raptors",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a538eca0-5e69-4262-b736-b582c2a66774/?format=api"
        }
    ]
}