GET /api/bet_types/f1160e3a-1276-4a44-a718-06194568b04d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f1160e3a-1276-4a44-a718-06194568b04d",
    "match": "https://api-prod.gambitprofit.com/api/matches/e51c8232-db37-4296-8fa4-100dd9fe9945/?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": "Tennessee Titans",
                "amount": 5097.0
            },
            {
                "team": "Kansas City Chiefs",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "da004d5e-3b6a-4b50-b285-2be7601358ec",
            "gambit_id": "b608929f-1039-46a3-8acb-ff5f73722527",
            "last_updated": "2022-11-07T09:43:17.870855-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tennessee Titans",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1160e3a-1276-4a44-a718-06194568b04d/?format=api"
        },
        {
            "id": "b7201ba7-8502-4f92-a257-5680e84b14a1",
            "gambit_id": "d78baab2-c2c3-4e62-a5c1-214d511adeac",
            "last_updated": "2022-11-07T09:43:17.869908-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kansas City Chiefs",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "-14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1160e3a-1276-4a44-a718-06194568b04d/?format=api"
        }
    ]
}