GET /api/bet_types/17da7223-c969-4f45-bd8b-48bf8083857f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "17da7223-c969-4f45-bd8b-48bf8083857f",
    "match": "https://api-prod.gambitprofit.com/api/matches/be8346e1-6220-45b8-8bf3-716f1c13ea5a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-13T09:08:20.641181-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": "PIT",
                "amount": 6163.0
            },
            {
                "team": "CHC",
                "amount": 3837.0
            }
        ],
        "expected_reward_tokens": 9552.65,
        "profit_sb": 52.65,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "ec5c19f4-0949-4a1e-9a9c-3ee4241973f1",
            "gambit_id": "3e125efb-df01-43b6-bf00-3e41611f75a8",
            "last_updated": "2023-06-14T11:23:21.170538-04:00",
            "created_at": "2023-06-13T09:08:20.642794-04:00",
            "name": "PIT",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/17da7223-c969-4f45-bd8b-48bf8083857f/?format=api"
        },
        {
            "id": "4708c135-c365-4c66-ba5f-a18c2b166501",
            "gambit_id": "eb8b40da-8077-41b9-8147-22a7e44c2bfe",
            "last_updated": "2023-06-14T11:23:21.172528-04:00",
            "created_at": "2023-06-13T09:08:20.644415-04:00",
            "name": "CHC",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/17da7223-c969-4f45-bd8b-48bf8083857f/?format=api"
        }
    ]
}