GET /api/bet_types/3e261660-efb3-4834-91f5-68a36d3758d1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3e261660-efb3-4834-91f5-68a36d3758d1",
    "match": "https://api-prod.gambitprofit.com/api/matches/914a9af0-e603-47f0-9b1f-ac5674cb4e9f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-20T10:51:56.445423-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": "COL",
                "amount": 5213.0
            },
            {
                "team": "TEX",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "8cc957b7-4240-4d79-9616-0ebde24b9cae",
            "gambit_id": "37d978e3-c2ca-482b-b8eb-bb2d4670b83e",
            "last_updated": "2023-05-22T13:22:18.123881-04:00",
            "created_at": "2023-05-20T10:51:56.449845-04:00",
            "name": "COL",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e261660-efb3-4834-91f5-68a36d3758d1/?format=api"
        },
        {
            "id": "10ff92bc-bd17-44d3-9c0d-23378bbb0591",
            "gambit_id": "4736d96c-84f5-42b9-afc2-992240379cd4",
            "last_updated": "2023-05-22T13:22:18.122667-04:00",
            "created_at": "2023-05-20T10:51:56.447765-04:00",
            "name": "TEX",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e261660-efb3-4834-91f5-68a36d3758d1/?format=api"
        }
    ]
}