GET /api/bet_types/b5c7d902-fe35-4755-800f-8d7bee12a2ca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b5c7d902-fe35-4755-800f-8d7bee12a2ca",
    "match": "https://api-prod.gambitprofit.com/api/matches/7d720167-a0c5-4628-a93c-fc9703ed2738/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-15T08:23:08.129146-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": "ARI",
                "amount": 5699.0
            },
            {
                "team": "PHI",
                "amount": 4301.0
            }
        ],
        "expected_reward_tokens": 9460.34,
        "profit_sb": -39.66,
        "profit_sb_percentage": -0.42,
        "recommended": false
    },
    "lines": [
        {
            "id": "5b738463-7616-4625-8274-63cb78b52633",
            "gambit_id": "e3be60a9-2e89-4e5b-9a61-f6715381dc8b",
            "last_updated": "2023-06-16T10:03:12.493847-04:00",
            "created_at": "2023-06-15T08:23:08.134869-04:00",
            "name": "ARI",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5c7d902-fe35-4755-800f-8d7bee12a2ca/?format=api"
        },
        {
            "id": "642be9ef-8b3f-4597-80b6-adb9680267c0",
            "gambit_id": "35bea024-b995-4c70-bc25-fad6b163fc89",
            "last_updated": "2023-06-16T10:03:12.491290-04:00",
            "created_at": "2023-06-15T08:23:08.131585-04:00",
            "name": "PHI",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5c7d902-fe35-4755-800f-8d7bee12a2ca/?format=api"
        }
    ]
}