GET /api/bet_types/42016857-f5a5-4d30-8cbe-0a22bcb9c79c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "42016857-f5a5-4d30-8cbe-0a22bcb9c79c",
    "match": "https://api-prod.gambitprofit.com/api/matches/b409cdaa-ce8a-4837-a27b-fad33d32cfd1/?format=api",
    "name": "Pick the Winner",
    "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": "Houston Texans",
                "amount": 5752.0
            },
            {
                "team": "Los Angeles Rams",
                "amount": 4248.0
            }
        ],
        "expected_reward_tokens": 9260.64,
        "profit_sb": 260.64,
        "profit_sb_percentage": 2.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "7107c4ea-4836-4693-a7f4-25f5f999a2d3",
            "gambit_id": "abff5ce8-d346-4516-8b16-5f9109c5fc83",
            "last_updated": "2022-08-20T12:12:00.816774-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Texans",
            "reward": "1.61000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42016857-f5a5-4d30-8cbe-0a22bcb9c79c/?format=api"
        },
        {
            "id": "e9d0d4c5-9bea-4396-ada9-97daf9ad6a4d",
            "gambit_id": "0c09b38b-9a75-44ce-bcd5-0e4060b4e086",
            "last_updated": "2022-08-20T12:12:00.816339-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Rams",
            "reward": "2.18000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42016857-f5a5-4d30-8cbe-0a22bcb9c79c/?format=api"
        }
    ]
}