GET /api/bet_types/672a99af-9ac2-4689-9d79-278fa064fa20/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "672a99af-9ac2-4689-9d79-278fa064fa20",
    "match": "https://api-prod.gambitprofit.com/api/matches/481a31d8-9a76-4dd3-b109-32779dbef971/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-02T09:03:07.969725-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": "Seattle Seahawks",
                "amount": 5000.0
            },
            {
                "team": "Baltimore Ravens",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "bf56f169-29e4-4f30-bc81-fc34d8e11db1",
            "gambit_id": "498798cb-a7f9-4296-b083-7d5cda7a8f41",
            "last_updated": "2023-11-06T21:18:20.661769-05:00",
            "created_at": "2023-11-02T09:03:07.973704-04:00",
            "name": "Seattle Seahawks",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/672a99af-9ac2-4689-9d79-278fa064fa20/?format=api"
        },
        {
            "id": "16dc88f1-b12e-44aa-ab58-783db016479a",
            "gambit_id": "9acdea7c-563a-49cc-b990-68a23cb76989",
            "last_updated": "2023-11-06T21:18:20.665172-05:00",
            "created_at": "2023-11-02T09:03:07.979048-04:00",
            "name": "Baltimore Ravens",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/672a99af-9ac2-4689-9d79-278fa064fa20/?format=api"
        }
    ]
}