GET /api/bet_types/aa06da14-23f0-45e7-8a00-8d31de02e18f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aa06da14-23f0-45e7-8a00-8d31de02e18f",
    "match": "https://api-prod.gambitprofit.com/api/matches/a5b4f073-2163-4913-8774-023765d49d00/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-14T19:52:11.014506-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": "Northwestern",
                "amount": 5000.0
            },
            {
                "team": "Boise State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "33ac81ab-8e27-48d9-a3f2-9132b80a8264",
            "gambit_id": "a82a5a03-ca19-4dcc-aee4-9a7274aced6f",
            "last_updated": "2023-03-17T10:37:23.533823-04:00",
            "created_at": "2023-03-14T19:52:11.016432-04:00",
            "name": "Northwestern",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa06da14-23f0-45e7-8a00-8d31de02e18f/?format=api"
        },
        {
            "id": "39b057c4-60f4-4df3-aeb7-fed5f987c87f",
            "gambit_id": "a3e9eb58-778e-4157-89c2-32fd94385db7",
            "last_updated": "2023-03-17T10:37:23.534827-04:00",
            "created_at": "2023-03-14T19:52:11.018427-04:00",
            "name": "Boise State",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa06da14-23f0-45e7-8a00-8d31de02e18f/?format=api"
        }
    ]
}