GET /api/bet_types/9f55bb77-dbf3-4e5d-b1d2-cab4c43a7d7a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9f55bb77-dbf3-4e5d-b1d2-cab4c43a7d7a",
    "match": "https://api-prod.gambitprofit.com/api/matches/52b93f60-21e4-465c-be40-b2110e64dcb5/?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": "DET",
                "amount": 5204.0
            },
            {
                "team": "CLE",
                "amount": 4796.0
            }
        ],
        "expected_reward_tokens": 9159.04,
        "profit_sb": 159.04,
        "profit_sb_percentage": 1.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "6121ed27-649e-4ad7-841b-8e27ad249bb8",
            "gambit_id": "aafc9432-6d60-4b67-8282-d342207288bd",
            "last_updated": "2022-08-16T14:02:08.208499-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET",
            "reward": "1.76000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f55bb77-dbf3-4e5d-b1d2-cab4c43a7d7a/?format=api"
        },
        {
            "id": "590ffb96-5d22-4416-bbe5-4f8c74ce7218",
            "gambit_id": "4986f310-ff6d-4d30-b23d-4b0622f55cf3",
            "last_updated": "2022-08-16T14:02:08.208032-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE",
            "reward": "1.91000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f55bb77-dbf3-4e5d-b1d2-cab4c43a7d7a/?format=api"
        }
    ]
}