GET /api/bet_types/6f6e710a-230d-4bb6-a57d-df9e988ffcab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6f6e710a-230d-4bb6-a57d-df9e988ffcab",
    "match": "https://api-prod.gambitprofit.com/api/matches/b7126ecf-53c2-4dbb-b3de-62fdcd728742/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-07T08:38:25.402204-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": "San Jose Sharks",
                "amount": 5214.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "db0255dc-5c67-4faf-9c04-70770b265926",
            "gambit_id": "807e4956-9589-4010-8d03-4c6429e5f242",
            "last_updated": "2023-11-10T12:58:28.800255-05:00",
            "created_at": "2023-11-07T08:38:25.410180-05:00",
            "name": "San Jose Sharks",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f6e710a-230d-4bb6-a57d-df9e988ffcab/?format=api"
        },
        {
            "id": "a40ade5c-90d1-44d5-aa3b-039d9e681b59",
            "gambit_id": "0911b4e0-581e-42ce-9655-4fa7fd9a3d4a",
            "last_updated": "2023-11-10T12:58:28.796828-05:00",
            "created_at": "2023-11-07T08:38:25.405698-05:00",
            "name": "Philadelphia Flyers",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f6e710a-230d-4bb6-a57d-df9e988ffcab/?format=api"
        }
    ]
}