GET /api/bet_types/1c5db2ed-e101-4aa0-ae87-34258399065d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1c5db2ed-e101-4aa0-ae87-34258399065d",
    "match": "https://api-prod.gambitprofit.com/api/matches/0dccbe71-cd23-495b-8766-e70578610493/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-14T09:37:12.796100-04: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": "Los Angeles Kings",
                "amount": 5421.0
            },
            {
                "team": "New York Islanders",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "4278705e-5e34-4c2e-88d9-b18a50c06108",
            "gambit_id": "718bcbfc-d87c-4a12-9462-9322dc5a970f",
            "last_updated": "2023-03-15T13:52:01.358920-04:00",
            "created_at": "2023-03-14T09:37:12.797507-04:00",
            "name": "Los Angeles Kings",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c5db2ed-e101-4aa0-ae87-34258399065d/?format=api"
        },
        {
            "id": "d1bc6662-acf3-4dc0-93a0-3981afa06371",
            "gambit_id": "8f9355a5-e131-48c7-a8eb-967aae94053f",
            "last_updated": "2023-03-15T13:52:01.360318-04:00",
            "created_at": "2023-03-14T09:37:12.798894-04:00",
            "name": "New York Islanders",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c5db2ed-e101-4aa0-ae87-34258399065d/?format=api"
        }
    ]
}