GET /api/bet_types/7fedd0ec-3b61-4677-9702-42cabfbcadac/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7fedd0ec-3b61-4677-9702-42cabfbcadac",
    "match": "https://api-prod.gambitprofit.com/api/matches/9b7ebdb4-791d-4f07-adff-b9aa178e3a8b/?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": "BAL",
                "amount": 5580.0
            },
            {
                "team": "TOR",
                "amount": 4420.0
            }
        ],
        "expected_reward_tokens": 9149.4,
        "profit_sb": 149.4,
        "profit_sb_percentage": 1.66,
        "recommended": true
    },
    "lines": [
        {
            "id": "90a81d90-d413-4483-9555-5cf9b9b7ea55",
            "gambit_id": "249082e3-09f7-49b3-97a6-dd8ccd28828e",
            "last_updated": "2022-09-08T10:17:17.465200-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL",
            "reward": "1.64000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7fedd0ec-3b61-4677-9702-42cabfbcadac/?format=api"
        },
        {
            "id": "00c66906-e17b-44e1-aa72-741bdb729b0c",
            "gambit_id": "5f440820-f48f-4675-a764-04c1320ba669",
            "last_updated": "2022-09-08T10:17:17.466321-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR",
            "reward": "2.07000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7fedd0ec-3b61-4677-9702-42cabfbcadac/?format=api"
        }
    ]
}