GET /api/bet_types/4ffeb6a6-faa8-4771-b95a-32381e9ffb77/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4ffeb6a6-faa8-4771-b95a-32381e9ffb77",
    "match": "https://api-prod.gambitprofit.com/api/matches/09e1458b-c242-4d2b-b81e-a70eb6e4b24b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-27T11:52:01.476130-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": "NYM",
                "amount": 5000.0
            },
            {
                "team": "WAS",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "08d8c14a-afca-416b-b370-c39909818ec3",
            "gambit_id": "856cc08e-823c-47a0-9ea9-bc7cdba7083c",
            "last_updated": "2023-04-28T11:22:26.425474-04:00",
            "created_at": "2023-04-27T11:52:01.477532-04:00",
            "name": "NYM",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ffeb6a6-faa8-4771-b95a-32381e9ffb77/?format=api"
        },
        {
            "id": "907ed3eb-4f3d-4bf8-b3e4-814edae3884a",
            "gambit_id": "168fac10-e5c8-4c05-af74-a289c5be6eac",
            "last_updated": "2023-04-28T11:22:26.426621-04:00",
            "created_at": "2023-04-27T11:52:01.478956-04:00",
            "name": "WAS",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ffeb6a6-faa8-4771-b95a-32381e9ffb77/?format=api"
        }
    ]
}