GET /api/bet_types/731b504a-1a29-4f9c-ba9a-ab4dd06ff695/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "731b504a-1a29-4f9c-ba9a-ab4dd06ff695",
    "match": "https://api-prod.gambitprofit.com/api/matches/4e88e366-0951-4a53-8910-8fbf722686e1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-12T14:12:19.238074-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": "Montreal Canadiens",
                "amount": 6026.0
            },
            {
                "team": "Nashville Predators",
                "amount": 3974.0
            }
        ],
        "expected_reward_tokens": 9099.26,
        "profit_sb": 99.26,
        "profit_sb_percentage": 1.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "e708059b-b1b0-4497-abda-8edf397a4fed",
            "gambit_id": "e8fdc7c2-3d82-4e70-a1b3-bf95c93bf98b",
            "last_updated": "2023-01-13T11:47:15.880729-05:00",
            "created_at": "2023-01-12T14:12:19.239225-05:00",
            "name": "Montreal Canadiens",
            "reward": "1.51000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/731b504a-1a29-4f9c-ba9a-ab4dd06ff695/?format=api"
        },
        {
            "id": "ea382c10-d46b-415d-a511-e738f9070860",
            "gambit_id": "794bcf8b-9ec4-4e62-b4f3-c75c26bb2ab8",
            "last_updated": "2023-01-13T11:47:15.881823-05:00",
            "created_at": "2023-01-12T14:12:19.240488-05:00",
            "name": "Nashville Predators",
            "reward": "2.29000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/731b504a-1a29-4f9c-ba9a-ab4dd06ff695/?format=api"
        }
    ]
}