GET /api/bet_types/ee06c446-2c13-490a-a9b4-fc41634d96f7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ee06c446-2c13-490a-a9b4-fc41634d96f7",
    "match": "https://api-prod.gambitprofit.com/api/matches/b537c0c5-4bea-4dfd-ac02-a9b3489f3d25/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-01T12:27:15.782518-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": "Philadelphia 76ers",
                "amount": 5000.0
            },
            {
                "team": "Boston Celtics",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b401bbfb-2c45-428f-8e39-207406227d54",
            "gambit_id": "21c9721a-ea74-43d1-ad17-e9a097d7ff36",
            "last_updated": "2023-05-02T11:52:09.017529-04:00",
            "created_at": "2023-05-01T12:27:15.786340-04:00",
            "name": "Philadelphia 76ers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee06c446-2c13-490a-a9b4-fc41634d96f7/?format=api"
        },
        {
            "id": "390d43c1-4085-4704-a0e1-d3c45fea3b97",
            "gambit_id": "a53e26e6-3311-461b-8c8c-5075f0073af6",
            "last_updated": "2023-05-02T11:52:09.016159-04:00",
            "created_at": "2023-05-01T12:27:15.784222-04:00",
            "name": "Boston Celtics",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee06c446-2c13-490a-a9b4-fc41634d96f7/?format=api"
        }
    ]
}