GET /api/bet_types/833164b2-971e-4d2f-ae17-65c840adbf5d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "833164b2-971e-4d2f-ae17-65c840adbf5d",
    "match": "https://api-prod.gambitprofit.com/api/matches/42471ca2-f9bf-45d7-bb4b-2f99be0786e8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-26T08:58:23.045871-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": "TEX",
                "amount": 5000.0
            },
            {
                "team": "LAA",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b3cdd5e1-56b0-4904-98f2-50ff7bd5387a",
            "gambit_id": "6b0c96d4-6cc4-42b7-adb0-6fafa524ccb6",
            "last_updated": "2023-09-27T18:48:08.778467-04:00",
            "created_at": "2023-09-26T08:58:23.049502-04:00",
            "name": "TEX",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/833164b2-971e-4d2f-ae17-65c840adbf5d/?format=api"
        },
        {
            "id": "06001f4a-642b-4a6c-92b5-6bcb919ea62d",
            "gambit_id": "0dabde03-1d0a-4519-874b-e60d93a4b646",
            "last_updated": "2023-09-27T18:48:08.781767-04:00",
            "created_at": "2023-09-26T08:58:23.053579-04:00",
            "name": "LAA",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/833164b2-971e-4d2f-ae17-65c840adbf5d/?format=api"
        }
    ]
}