GET /api/bet_types/3876e639-ba5f-47a7-b8aa-7970ddb1db8b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3876e639-ba5f-47a7-b8aa-7970ddb1db8b",
    "match": "https://api-prod.gambitprofit.com/api/matches/776cbdca-88da-4373-93ed-067e37ee4e9d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-11T09:32:16.202100-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": "Houston Rockets",
                "amount": 5000.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "42c3740a-1a63-4c1e-a377-eb8f9fc83618",
            "gambit_id": "211a62a1-968e-4922-b01a-2a8e214c53fd",
            "last_updated": "2023-03-13T10:27:10.810292-04:00",
            "created_at": "2023-03-11T09:32:16.204006-05:00",
            "name": "Houston Rockets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3876e639-ba5f-47a7-b8aa-7970ddb1db8b/?format=api"
        },
        {
            "id": "97d60ae9-1f41-44ac-b74c-c7ccf2706a91",
            "gambit_id": "2cf1f41f-7f4d-4a47-9eae-e723e5d9fd26",
            "last_updated": "2023-03-13T10:27:10.811896-04:00",
            "created_at": "2023-03-11T09:32:16.206054-05:00",
            "name": "Chicago Bulls",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3876e639-ba5f-47a7-b8aa-7970ddb1db8b/?format=api"
        }
    ]
}