GET /api/bet_types/5aa0f1cf-a43c-4c75-9d1a-930c7a4a4950/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5aa0f1cf-a43c-4c75-9d1a-930c7a4a4950",
    "match": "https://api-prod.gambitprofit.com/api/matches/e1fd1913-ba12-4388-a240-dddebb7e459f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-30T13:13:11.085700-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": "Los Angeles Angels",
                "amount": 5325.0
            },
            {
                "team": "Oakland Athletics",
                "amount": 4675.0
            }
        ],
        "expected_reward_tokens": 9583.75,
        "profit_sb": 83.75,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "46fb51e8-0247-4aa1-89f0-3928108c75d9",
            "gambit_id": "e6901e21-f09e-45ce-be75-95cfbe172859",
            "last_updated": "2023-10-02T10:38:23.305307-04:00",
            "created_at": "2023-09-30T13:13:11.093944-04:00",
            "name": "Los Angeles Angels",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5aa0f1cf-a43c-4c75-9d1a-930c7a4a4950/?format=api"
        },
        {
            "id": "268b8e8f-f139-42a2-b0e2-e13d186957f4",
            "gambit_id": "d03d82a5-3c5a-444d-a30c-2bd39c0d9d35",
            "last_updated": "2023-10-02T10:38:23.301923-04:00",
            "created_at": "2023-09-30T13:13:11.089682-04:00",
            "name": "Oakland Athletics",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5aa0f1cf-a43c-4c75-9d1a-930c7a4a4950/?format=api"
        }
    ]
}