GET /api/bet_types/1e0199ff-9824-4d97-ae5b-4758bd8ade51/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1e0199ff-9824-4d97-ae5b-4758bd8ade51",
    "match": "https://api-prod.gambitprofit.com/api/matches/24f51e79-5924-4aa3-b306-8f1b991d3b65/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-05T09:13:15.820011-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 Phillies",
                "amount": 5094.0
            },
            {
                "team": "Atlanta Braves",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "d720c2bb-022c-4b1e-834b-da4354f22cb4",
            "gambit_id": "8bf0657a-bf9f-4ff8-af4f-0838dbecaa47",
            "last_updated": "2023-10-09T08:58:08.607737-04:00",
            "created_at": "2023-10-05T09:13:15.824175-04:00",
            "name": "Philadelphia Phillies",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e0199ff-9824-4d97-ae5b-4758bd8ade51/?format=api"
        },
        {
            "id": "877c3569-5c5f-4bf8-86d8-331e0c55d8d3",
            "gambit_id": "e89dff68-ae4c-4308-95ad-87b320a6a9d8",
            "last_updated": "2023-10-09T08:58:08.612129-04:00",
            "created_at": "2023-10-05T09:13:15.828405-04:00",
            "name": "Atlanta Braves",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e0199ff-9824-4d97-ae5b-4758bd8ade51/?format=api"
        }
    ]
}