GET /api/bet_types/bcbfccac-df22-4bb6-81f7-f06fe7ec8ff4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bcbfccac-df22-4bb6-81f7-f06fe7ec8ff4",
    "match": "https://api-prod.gambitprofit.com/api/matches/5c0369b0-3be7-4ea9-8882-78bf7272ac94/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Cleveland Browns",
                "amount": 5224.0
            },
            {
                "team": "New England Patriots",
                "amount": 4776.0
            }
        ],
        "expected_reward_tokens": 9455.44,
        "profit_sb": -44.56,
        "profit_sb_percentage": -0.47,
        "recommended": false
    },
    "lines": [
        {
            "id": "5cd8fb72-1b95-445b-b836-fbdbf110b9c2",
            "gambit_id": "b5ba6239-9e16-4793-9c10-5e429678b8de",
            "last_updated": "2022-10-17T15:22:01.052574-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Browns",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bcbfccac-df22-4bb6-81f7-f06fe7ec8ff4/?format=api"
        },
        {
            "id": "ac3ae233-b6a6-4438-b634-043598fa3f6d",
            "gambit_id": "a102b92a-2df7-42c5-80b2-4e0e2c18eaac",
            "last_updated": "2022-10-17T15:22:01.053698-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New England Patriots",
            "reward": "1.98000",
            "odds": "2.00000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bcbfccac-df22-4bb6-81f7-f06fe7ec8ff4/?format=api"
        }
    ]
}