GET /api/bet_types/8da820e8-2e84-4971-912e-aef6553d929c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8da820e8-2e84-4971-912e-aef6553d929c",
    "match": "https://api-prod.gambitprofit.com/api/matches/8870ab3e-9198-4558-befe-cca5155844e5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-24T12:57:57.939400-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": "New England Patriots",
                "amount": 5000.0
            },
            {
                "team": "Tennessee Titans",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "814d6166-5112-4b46-9f5f-0cb80cd135fb",
            "gambit_id": "693ea6cf-406e-4fab-b228-49064521a9db",
            "last_updated": "2023-08-29T09:18:24.758318-04:00",
            "created_at": "2023-08-24T12:57:57.944578-04:00",
            "name": "New England Patriots",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8da820e8-2e84-4971-912e-aef6553d929c/?format=api"
        },
        {
            "id": "ed3a0410-c8e6-4558-8efc-888bb4893e8a",
            "gambit_id": "5a392f86-37ce-4315-92cc-1044700849b1",
            "last_updated": "2023-08-29T09:18:24.761860-04:00",
            "created_at": "2023-08-24T12:57:57.949349-04:00",
            "name": "Tennessee Titans",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8da820e8-2e84-4971-912e-aef6553d929c/?format=api"
        }
    ]
}