GET /api/bet_types/e883ad41-cf12-4fd9-baaf-461d6c007d57/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e883ad41-cf12-4fd9-baaf-461d6c007d57",
    "match": "https://api-prod.gambitprofit.com/api/matches/ab0bec57-7cc8-47e2-a3bd-a99c243794cd/?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": "BOS",
                "amount": 6193.0
            },
            {
                "team": "MIN",
                "amount": 3807.0
            }
        ],
        "expected_reward_tokens": 9289.08,
        "profit_sb": 289.08,
        "profit_sb_percentage": 3.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "6e541346-069e-40bc-9935-00c6e0ecc5c1",
            "gambit_id": "c2c7f03e-e959-4e9a-a00d-ee1fb5a42d41",
            "last_updated": "2022-08-30T09:47:24.375547-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS",
            "reward": "1.50000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e883ad41-cf12-4fd9-baaf-461d6c007d57/?format=api"
        },
        {
            "id": "b7af868e-b7f8-46ef-a4e4-c40d0cf6e531",
            "gambit_id": "d9705249-5c4f-4eb9-9593-f500f16001e5",
            "last_updated": "2022-08-30T09:47:24.375109-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIN",
            "reward": "2.44000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e883ad41-cf12-4fd9-baaf-461d6c007d57/?format=api"
        }
    ]
}