GET /api/bet_types/d03d39e1-47db-4c59-b3ae-fa24e1754939/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d03d39e1-47db-4c59-b3ae-fa24e1754939",
    "match": "https://api-prod.gambitprofit.com/api/matches/c57bbac6-6f99-4b26-ae71-352b342ab1cf/?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": "New Orleans Pelicans",
                "amount": 5000.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "8087b3be-55f8-45f6-8b63-24d011ef458d",
            "gambit_id": "f36744a8-cc0e-4d83-b564-270dc39fd12b",
            "last_updated": "2022-11-22T09:57:25.685115-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d03d39e1-47db-4c59-b3ae-fa24e1754939/?format=api"
        },
        {
            "id": "89608b9b-e1f1-4f9d-9b62-08fa16d32e79",
            "gambit_id": "85e8d057-e2a5-47fa-b980-5f7c3ca9c445",
            "last_updated": "2022-11-22T09:57:25.683989-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Golden State Warriors",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d03d39e1-47db-4c59-b3ae-fa24e1754939/?format=api"
        }
    ]
}