GET /api/bet_types/a99ccf3e-8406-4fd9-bf16-deb01e83e372/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a99ccf3e-8406-4fd9-bf16-deb01e83e372",
    "match": "https://api-prod.gambitprofit.com/api/matches/3a102cb6-8bc2-4304-9870-aaec5e2f61a9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-02T07:42:05.786333-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": "Boston Bruins",
                "amount": 5213.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "6368b758-8f3b-4417-a53f-04202c060b96",
            "gambit_id": "0fdeebbf-3c0d-46a6-b3b3-dfeb6636e175",
            "last_updated": "2023-03-03T09:57:03.673431-05:00",
            "created_at": "2023-03-02T07:42:05.787516-05:00",
            "name": "Boston Bruins",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a99ccf3e-8406-4fd9-bf16-deb01e83e372/?format=api"
        },
        {
            "id": "ec3f511c-f824-44b8-b942-4c12477e30f5",
            "gambit_id": "d1a3edf0-6c13-481e-9e0e-66bc544228cc",
            "last_updated": "2023-03-03T09:57:03.674560-05:00",
            "created_at": "2023-03-02T07:42:05.788816-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a99ccf3e-8406-4fd9-bf16-deb01e83e372/?format=api"
        }
    ]
}