GET /api/bet_types/7956db1b-98da-4896-8773-2f0699e55f6a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7956db1b-98da-4896-8773-2f0699e55f6a",
    "match": "https://api-prod.gambitprofit.com/api/matches/ae87a6e3-d58c-4595-9dcf-d0dd110d7b8b/?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": "Chicago Bulls",
                "amount": 5000.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "9e622bcc-04ef-4d18-b62a-2d9f72501e08",
            "gambit_id": "971d1109-4160-46c8-9762-4eb2fc31444b",
            "last_updated": "2022-12-12T18:52:22.076574-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bulls",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7956db1b-98da-4896-8773-2f0699e55f6a/?format=api"
        },
        {
            "id": "177d5ebb-b403-402c-a5cd-8f14ba4b81d2",
            "gambit_id": "2870b8a3-17b4-4090-abf0-dd819219ef6c",
            "last_updated": "2022-12-12T18:52:22.075424-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7956db1b-98da-4896-8773-2f0699e55f6a/?format=api"
        }
    ]
}