GET /api/bet_types/ee15d3a5-6964-4960-8f90-094b9a5f19c5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ee15d3a5-6964-4960-8f90-094b9a5f19c5",
    "match": "https://api-prod.gambitprofit.com/api/matches/aa611689-93b8-40ab-aebb-2fb326d025d3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-24T09:31:53.092155-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": "Chicago Blackhawks",
                "amount": 5431.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 4569.0
            }
        ],
        "expected_reward_tokens": 9503.52,
        "profit_sb": 3.52,
        "profit_sb_percentage": 0.04,
        "recommended": true
    },
    "lines": [
        {
            "id": "2842a7ae-015c-44b8-a182-d7a295aec949",
            "gambit_id": "3a779c0b-5ec2-49f0-9580-8f32e3bc975f",
            "last_updated": "2023-01-25T11:01:56.633140-05:00",
            "created_at": "2023-01-24T09:31:53.094973-05:00",
            "name": "Chicago Blackhawks",
            "reward": "1.75000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee15d3a5-6964-4960-8f90-094b9a5f19c5/?format=api"
        },
        {
            "id": "61617b45-71d5-4495-8647-c54b63298262",
            "gambit_id": "fb9a242b-2ff9-456b-9b44-996395aaddba",
            "last_updated": "2023-01-25T11:01:56.631986-05:00",
            "created_at": "2023-01-24T09:31:53.093537-05:00",
            "name": "Vancouver Canucks",
            "reward": "2.08000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee15d3a5-6964-4960-8f90-094b9a5f19c5/?format=api"
        }
    ]
}