GET /api/bet_types/552846f7-2560-4f9d-95f2-199e0daddd6f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "552846f7-2560-4f9d-95f2-199e0daddd6f",
    "match": "https://api-prod.gambitprofit.com/api/matches/0585ae4b-b3ac-4196-b1cc-ab638e9490ce/?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": "OAK",
                "amount": 5304.0
            },
            {
                "team": "LAA",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "af3ae206-6ac1-4e94-b724-69b480413e61",
            "gambit_id": "9be371ed-55fb-4c81-85c0-f5c57da1e95e",
            "last_updated": "2022-09-28T08:56:56.174428-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OAK",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/552846f7-2560-4f9d-95f2-199e0daddd6f/?format=api"
        },
        {
            "id": "8cbdfa71-35b8-4bf1-ba3e-a98f44dbed0c",
            "gambit_id": "7ef437df-8fb0-4a28-ae0e-c39b6b1e24db",
            "last_updated": "2022-09-28T08:56:56.173356-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/552846f7-2560-4f9d-95f2-199e0daddd6f/?format=api"
        }
    ]
}