GET /api/bet_types/e034fba1-80ab-4d67-b9e7-ce0a7446d16a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e034fba1-80ab-4d67-b9e7-ce0a7446d16a",
    "match": "https://api-prod.gambitprofit.com/api/matches/49d234be-6767-475f-82a7-dedde6336a5c/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-01T10:03:03.059844-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": "Dallas Mavericks",
                "amount": 5000.0
            },
            {
                "team": "Utah Jazz",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f6558f03-5890-4db6-b0a7-a81260008bee",
            "gambit_id": "fcee367b-3d0d-4a02-ab04-d0dca00aaeaf",
            "last_updated": "2024-01-03T10:53:14.517834-05:00",
            "created_at": "2024-01-01T10:03:03.063485-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e034fba1-80ab-4d67-b9e7-ce0a7446d16a/?format=api"
        },
        {
            "id": "0a95ebee-f470-4450-959b-f526fc99076f",
            "gambit_id": "3a9450ea-3a91-4ec6-982a-29f9bb55f34d",
            "last_updated": "2024-01-03T10:53:14.521487-05:00",
            "created_at": "2024-01-01T10:03:03.067153-05:00",
            "name": "Utah Jazz",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e034fba1-80ab-4d67-b9e7-ce0a7446d16a/?format=api"
        }
    ]
}