GET /api/bet_types/e405ff41-a7d7-40b0-bbc8-799aa1d0247c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e405ff41-a7d7-40b0-bbc8-799aa1d0247c",
    "match": "https://api-prod.gambitprofit.com/api/matches/8f72f132-0361-4ded-a124-85113f212c7d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-07T08:48:13.995847-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": "MIA",
                "amount": 5857.0
            },
            {
                "team": "LOS",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "4180e8a8-4dd9-4b01-b8eb-8a9ffc41b74b",
            "gambit_id": "7542cc4a-857b-4566-a653-fef5c9e0cf39",
            "last_updated": "2023-09-08T09:38:02.049592-04:00",
            "created_at": "2023-09-07T08:48:14.009547-04:00",
            "name": "MIA",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e405ff41-a7d7-40b0-bbc8-799aa1d0247c/?format=api"
        },
        {
            "id": "88ee5eb2-b7ad-4c2f-b40e-6f28424f34e0",
            "gambit_id": "6142174c-815d-42e4-8541-c53f7ccf2bd7",
            "last_updated": "2023-09-08T09:38:02.045430-04:00",
            "created_at": "2023-09-07T08:48:14.000236-04:00",
            "name": "LOS",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e405ff41-a7d7-40b0-bbc8-799aa1d0247c/?format=api"
        }
    ]
}