GET /api/bet_types/b82171e1-f9a3-4d00-ab51-b4a39d3aac80/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b82171e1-f9a3-4d00-ab51-b4a39d3aac80",
    "match": "https://api-prod.gambitprofit.com/api/matches/cf796d9c-7d15-403d-be5f-d501655df137/?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": "TOR",
                "amount": 6418.0
            },
            {
                "team": "NYY",
                "amount": 3582.0
            }
        ],
        "expected_reward_tokens": 9241.56,
        "profit_sb": 241.56,
        "profit_sb_percentage": 2.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "8465ce41-e463-47c9-a05f-c7d90c63a1ce",
            "gambit_id": "ba97c3fd-2426-4a41-8d3a-d46645e0c97d",
            "last_updated": "2022-08-20T12:07:02.612363-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR",
            "reward": "1.44000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b82171e1-f9a3-4d00-ab51-b4a39d3aac80/?format=api"
        },
        {
            "id": "3ec5d083-7f1d-44f8-a9b5-7a745540b7dc",
            "gambit_id": "f9b9007a-7966-42c8-85a2-6f65f0e48823",
            "last_updated": "2022-08-20T12:07:02.611893-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY",
            "reward": "2.58000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b82171e1-f9a3-4d00-ab51-b4a39d3aac80/?format=api"
        }
    ]
}