GET /api/bet_types/d939a1aa-9606-4e33-a225-9cf0595ebfdd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d939a1aa-9606-4e33-a225-9cf0595ebfdd",
    "match": "https://api-prod.gambitprofit.com/api/matches/947de3b0-7a43-4269-8dc6-a4157c20bc42/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-04T09:48:05.984239-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": "Philadelphia Flyers",
                "amount": 6864.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 3136.0
            }
        ],
        "expected_reward_tokens": 9470.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "0b5cba44-03db-4752-862c-971d18ca26ba",
            "gambit_id": "9a62223b-c6c5-4288-9721-d7e53d7adfaf",
            "last_updated": "2023-12-05T21:23:21.190816-05:00",
            "created_at": "2023-12-04T09:48:05.991800-05:00",
            "name": "Philadelphia Flyers",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d939a1aa-9606-4e33-a225-9cf0595ebfdd/?format=api"
        },
        {
            "id": "1cc34abd-6c4c-4c2a-8af6-e5c9f67aa0c7",
            "gambit_id": "563b2363-8571-4d65-a70b-213e4ba916fc",
            "last_updated": "2023-12-05T21:23:21.187131-05:00",
            "created_at": "2023-12-04T09:48:05.987860-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "3.02000",
            "odds": "3.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d939a1aa-9606-4e33-a225-9cf0595ebfdd/?format=api"
        }
    ]
}