GET /api/bet_types/6f0b403b-d8e3-42e6-9da7-731088b8fff1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6f0b403b-d8e3-42e6-9da7-731088b8fff1",
    "match": "https://api-prod.gambitprofit.com/api/matches/42b1423a-4f85-4b1f-b656-a79681787f9e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-30T10:47:16.883665-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": "CIN",
                "amount": 5317.0
            },
            {
                "team": "BOS",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "39b7ca6f-e184-4746-8db3-678144d5c776",
            "gambit_id": "6cda578a-8a33-4129-ba6f-9b8c92960615",
            "last_updated": "2023-05-31T11:47:20.065434-04:00",
            "created_at": "2023-05-30T10:47:16.885912-04:00",
            "name": "CIN",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0b403b-d8e3-42e6-9da7-731088b8fff1/?format=api"
        },
        {
            "id": "7885f79a-0d1c-4201-ac35-9c3af07d0a29",
            "gambit_id": "6439aada-b66c-4450-b4c0-6a586dbb4f77",
            "last_updated": "2023-05-31T11:47:20.067975-04:00",
            "created_at": "2023-05-30T10:47:16.888339-04:00",
            "name": "BOS",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0b403b-d8e3-42e6-9da7-731088b8fff1/?format=api"
        }
    ]
}