GET /api/bet_types/c1bfa72c-367d-44aa-afb5-7971a4c9e1f0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c1bfa72c-367d-44aa-afb5-7971a4c9e1f0",
    "match": "https://api-prod.gambitprofit.com/api/matches/d2d89cfa-8eca-4117-bb47-73f85e0ffc59/?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": "TAM",
                "amount": 6389.0
            },
            {
                "team": "CLE",
                "amount": 3611.0
            }
        ],
        "expected_reward_tokens": 9135.83,
        "profit_sb": 135.83,
        "profit_sb_percentage": 1.51,
        "recommended": true
    },
    "lines": [
        {
            "id": "8b1d1c34-c6f8-4598-be93-6875fb9eccba",
            "gambit_id": "eef84a5f-8717-4308-aa37-c2e63ff0a67e",
            "last_updated": "2022-09-29T10:42:04.186452-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TAM",
            "reward": "1.43000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1bfa72c-367d-44aa-afb5-7971a4c9e1f0/?format=api"
        },
        {
            "id": "76b348c2-60f8-4817-b471-06eacc048af0",
            "gambit_id": "f7d6001f-ef38-4464-8091-89d969fc2ed2",
            "last_updated": "2022-09-29T10:42:04.185465-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE",
            "reward": "2.53000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1bfa72c-367d-44aa-afb5-7971a4c9e1f0/?format=api"
        }
    ]
}