GET /api/bet_types/30401685-8258-4490-a636-4140c3dff454/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "30401685-8258-4490-a636-4140c3dff454",
    "match": "https://api-prod.gambitprofit.com/api/matches/5c12f291-f68d-46eb-934b-2d64405a5cf5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-03T09:56:52.660078-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": "TAM",
                "amount": 5107.0
            },
            {
                "team": "WAS",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "a8808bf4-a56a-4cf5-a33c-98f7e1d0d0da",
            "gambit_id": "39652a04-5e69-439e-bfa7-445c31e2da45",
            "last_updated": "2023-04-04T19:27:07.426415-04:00",
            "created_at": "2023-04-03T09:56:52.662761-04:00",
            "name": "TAM",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30401685-8258-4490-a636-4140c3dff454/?format=api"
        },
        {
            "id": "5a8c9cc8-b1aa-4dfa-bf83-601b84b1711e",
            "gambit_id": "30accb01-19d7-449a-9514-965e25567b54",
            "last_updated": "2023-04-04T19:27:07.424518-04:00",
            "created_at": "2023-04-03T09:56:52.661389-04:00",
            "name": "WAS",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30401685-8258-4490-a636-4140c3dff454/?format=api"
        }
    ]
}