GET /api/bet_types/4d36b2c8-303b-4bdb-86ea-6dc175d1e959/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4d36b2c8-303b-4bdb-86ea-6dc175d1e959",
    "match": "https://api-prod.gambitprofit.com/api/matches/40eb7fc7-a539-4bf9-8b38-039d865256c3/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Tampa Bay Buccaneers",
                "amount": 5000.0
            },
            {
                "team": "Atlanta Falcons",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "becfb0b0-d4c1-428a-afa6-bc6b7c5a304d",
            "gambit_id": "a941261a-0a02-4256-a05e-a2ddf4078f1c",
            "last_updated": "2022-10-11T12:01:58.266543-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tampa Bay Buccaneers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d36b2c8-303b-4bdb-86ea-6dc175d1e959/?format=api"
        },
        {
            "id": "438b00ea-d2d2-47d2-bc23-a87fa2ecabf8",
            "gambit_id": "a789deb3-d969-4617-897f-d02d97e40bac",
            "last_updated": "2022-10-11T12:01:58.267486-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Falcons",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d36b2c8-303b-4bdb-86ea-6dc175d1e959/?format=api"
        }
    ]
}