GET /api/bet_types/1339bd42-0246-4a80-a5ad-dcab5ef168fa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1339bd42-0246-4a80-a5ad-dcab5ef168fa",
    "match": "https://api-prod.gambitprofit.com/api/matches/be8610a4-de48-49b1-8cdd-b23148004871/?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": "South Carolina",
                "amount": 5000.0
            },
            {
                "team": "Charlotte",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "db944975-678a-4358-8cce-abf2402d6378",
            "gambit_id": "cd95683d-0db2-47d0-84db-4a39a34aa8b9",
            "last_updated": "2022-09-25T10:27:11.833669-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "South Carolina",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-23.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1339bd42-0246-4a80-a5ad-dcab5ef168fa/?format=api"
        },
        {
            "id": "0c244ff6-4150-4787-b31a-0b3760f7ec05",
            "gambit_id": "3ef1142a-cde5-4ef5-a654-fdfe860c0c24",
            "last_updated": "2022-09-25T10:27:11.834709-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charlotte",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "23.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1339bd42-0246-4a80-a5ad-dcab5ef168fa/?format=api"
        }
    ]
}