GET /api/bet_types/470c9803-35a9-4d4c-acb7-812b3aa370f4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "470c9803-35a9-4d4c-acb7-812b3aa370f4",
    "match": "https://api-prod.gambitprofit.com/api/matches/3258dd86-657b-4d49-b406-c04a83a1f2fb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-16T09:23:12.613136-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": "Oklahoma City Thunder",
                "amount": 5000.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "9a233f94-3ac1-423e-80a2-0cb09d5aaaf1",
            "gambit_id": "f2170f57-91a3-46d9-b9bb-8858d879aec0",
            "last_updated": "2023-12-18T10:33:31.889560-05:00",
            "created_at": "2023-12-16T09:23:12.618322-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/470c9803-35a9-4d4c-acb7-812b3aa370f4/?format=api"
        },
        {
            "id": "e8fdaef6-524f-42a1-a83a-753f30cf67df",
            "gambit_id": "4a567b9e-0ab0-4490-8f36-21f134e7462d",
            "last_updated": "2023-12-18T10:33:31.893269-05:00",
            "created_at": "2023-12-16T09:23:12.622283-05:00",
            "name": "Denver Nuggets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/470c9803-35a9-4d4c-acb7-812b3aa370f4/?format=api"
        }
    ]
}