GET /api/bet_types/7873974d-1dad-4132-b799-1f14906716fe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7873974d-1dad-4132-b799-1f14906716fe",
    "match": "https://api-prod.gambitprofit.com/api/matches/839d3f0c-2cb4-4ef7-b76a-300b29f78db4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-24T12:58:00.307505-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": "Tampa Bay Buccaneers",
                "amount": 5107.0
            },
            {
                "team": "Baltimore Ravens",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "5c1e9639-8eb4-491d-8597-8f1f83922d78",
            "gambit_id": "a4e8d170-2316-4442-bc1d-70d51945b280",
            "last_updated": "2023-08-29T09:23:30.598607-04:00",
            "created_at": "2023-08-24T12:58:00.315313-04:00",
            "name": "Tampa Bay Buccaneers",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7873974d-1dad-4132-b799-1f14906716fe/?format=api"
        },
        {
            "id": "7810458b-76cb-4728-90bb-529a27abff89",
            "gambit_id": "2e13591e-da60-4296-82b7-f7ca2e0e9905",
            "last_updated": "2023-08-29T09:23:30.594825-04:00",
            "created_at": "2023-08-24T12:58:00.311065-04:00",
            "name": "Baltimore Ravens",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7873974d-1dad-4132-b799-1f14906716fe/?format=api"
        }
    ]
}