GET /api/bet_types/4ddab275-11c3-4609-9cc9-376e15f45722/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4ddab275-11c3-4609-9cc9-376e15f45722",
    "match": "https://api-prod.gambitprofit.com/api/matches/3c193953-b9e0-446d-9637-f20807a8bd2d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-21T10:22:14.464421-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": 6418.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 3582.0
            }
        ],
        "expected_reward_tokens": 9562.82,
        "profit_sb": 62.82,
        "profit_sb_percentage": 0.66,
        "recommended": true
    },
    "lines": [
        {
            "id": "f48fd01c-6a86-4d95-89ce-6684a4121f85",
            "gambit_id": "3463bd73-709d-4b02-8d58-6bad9018401d",
            "last_updated": "2023-01-23T10:21:54.221282-05:00",
            "created_at": "2023-01-21T10:22:14.466859-05:00",
            "name": "Philadelphia Flyers",
            "reward": "1.49000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ddab275-11c3-4609-9cc9-376e15f45722/?format=api"
        },
        {
            "id": "0af45cb3-4251-4af9-8c82-b5053f726402",
            "gambit_id": "0b348bde-69ae-4708-840e-7b9374f7bfd8",
            "last_updated": "2023-01-23T10:21:54.219162-05:00",
            "created_at": "2023-01-21T10:22:14.465581-05:00",
            "name": "Detroit Red Wings",
            "reward": "2.67000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ddab275-11c3-4609-9cc9-376e15f45722/?format=api"
        }
    ]
}