GET /api/bet_types/09f0b3c7-0bc6-4156-9a1a-210ad86708e7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "09f0b3c7-0bc6-4156-9a1a-210ad86708e7",
    "match": "https://api-prod.gambitprofit.com/api/matches/878490e2-28ab-4851-b779-2743e5c111bc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-04T10:37:56.400833-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": "Miami Heat",
                "amount": 5000.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "4836f275-78ad-47e4-8bdc-fab6c354ea79",
            "gambit_id": "17727a99-24d0-43ca-a21b-200c8c811220",
            "last_updated": "2023-03-06T10:32:10.918222-05:00",
            "created_at": "2023-03-04T10:37:56.402005-05:00",
            "name": "Miami Heat",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09f0b3c7-0bc6-4156-9a1a-210ad86708e7/?format=api"
        },
        {
            "id": "6c0fe77f-8007-4b27-b4a6-5327287b781c",
            "gambit_id": "4ef0369d-44d1-474f-8437-e7b90980db6f",
            "last_updated": "2023-03-06T10:32:10.919303-05:00",
            "created_at": "2023-03-04T10:37:56.403221-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09f0b3c7-0bc6-4156-9a1a-210ad86708e7/?format=api"
        }
    ]
}