GET /api/bet_types/86686ff5-eb06-4910-a627-bd2dd6ff7686/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "86686ff5-eb06-4910-a627-bd2dd6ff7686",
    "match": "https://api-prod.gambitprofit.com/api/matches/f61a50b8-2aae-4734-be89-5e0f345b8242/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-20T09:21:56.687153-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": "Atlanta Hawks",
                "amount": 5000.0
            },
            {
                "team": "New York Knicks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "7fc96b6f-6676-41c7-b32d-2f6952ca16a5",
            "gambit_id": "53a1b866-1220-4643-89a9-a361b9cb9a0c",
            "last_updated": "2023-01-21T10:32:25.988944-05:00",
            "created_at": "2023-01-20T09:21:56.688339-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86686ff5-eb06-4910-a627-bd2dd6ff7686/?format=api"
        },
        {
            "id": "a48272af-493d-4f17-8e74-36760bef220f",
            "gambit_id": "3152d1aa-4d9e-4362-8b73-7a22f52b1416",
            "last_updated": "2023-01-21T10:32:25.990076-05:00",
            "created_at": "2023-01-20T09:21:56.689617-05:00",
            "name": "New York Knicks",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86686ff5-eb06-4910-a627-bd2dd6ff7686/?format=api"
        }
    ]
}