GET /api/bet_types/25edc45e-ebcf-44b9-8c84-8d32e9f380fc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "25edc45e-ebcf-44b9-8c84-8d32e9f380fc",
    "match": "https://api-prod.gambitprofit.com/api/matches/62a56b11-9ea5-4dbe-97cf-6b97273e23d0/?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": "CLE",
                "amount": 6500.0
            },
            {
                "team": "MIN",
                "amount": 3500.0
            }
        ],
        "expected_reward_tokens": 9100.0,
        "profit_sb": 100.0,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "3ab7448c-9ae3-4fb2-9a3b-b4710c738797",
            "gambit_id": "741c25e6-23d5-4df0-b22c-83ad15b48134",
            "last_updated": "2022-09-10T21:57:23.290698-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE",
            "reward": "1.40000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25edc45e-ebcf-44b9-8c84-8d32e9f380fc/?format=api"
        },
        {
            "id": "61cd9814-e973-41cb-a24b-e62d6a994cb0",
            "gambit_id": "8a0b5df5-368d-4bb0-9683-4b8fe49c8d83",
            "last_updated": "2022-09-10T21:57:23.289621-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIN",
            "reward": "2.60000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25edc45e-ebcf-44b9-8c84-8d32e9f380fc/?format=api"
        }
    ]
}