GET /api/bet_types/b6337e38-a70c-4ddf-91f8-efed8104ade8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b6337e38-a70c-4ddf-91f8-efed8104ade8",
    "match": "https://api-prod.gambitprofit.com/api/matches/bc231f96-549b-459a-a407-7f30b81f2e00/?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": "Fresno State",
                "amount": 5000.0
            },
            {
                "team": "Hawaii",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "3f1cceb7-5edb-4843-b985-95f42dfd3249",
            "gambit_id": "e3d38b36-3cbf-4930-bd9b-4de9350be81e",
            "last_updated": "2022-11-06T08:08:32.312026-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Fresno State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-27.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6337e38-a70c-4ddf-91f8-efed8104ade8/?format=api"
        },
        {
            "id": "8b9ae3a0-2688-4192-9a76-c90ea4110b66",
            "gambit_id": "67954665-fc8b-4211-b2a3-a9b17614a7ae",
            "last_updated": "2022-11-06T08:08:32.313038-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Hawaii",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "27.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6337e38-a70c-4ddf-91f8-efed8104ade8/?format=api"
        }
    ]
}