GET /api/bet_types/704b8b62-383e-40ce-89b5-1186bae1a884/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "704b8b62-383e-40ce-89b5-1186bae1a884",
    "match": "https://api-prod.gambitprofit.com/api/matches/306e5373-7495-4cb4-8fd9-7458c2919490/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-12T10:58:00.027583-04: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": "Dallas Cowboys",
                "amount": 5094.0
            },
            {
                "team": "Los Angeles Chargers",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "7c1dcecd-ab49-4621-b500-b9d2c7393d47",
            "gambit_id": "5e47754e-21f9-4628-a6cc-42986e0c6373",
            "last_updated": "2023-10-17T10:13:12.079304-04:00",
            "created_at": "2023-10-12T10:58:00.031218-04:00",
            "name": "Dallas Cowboys",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/704b8b62-383e-40ce-89b5-1186bae1a884/?format=api"
        },
        {
            "id": "e72ae5b6-7671-463b-b049-97fcf650b806",
            "gambit_id": "09f42f74-92c8-449d-87e7-2c357d52dd53",
            "last_updated": "2023-10-17T10:13:12.084003-04:00",
            "created_at": "2023-10-12T10:58:00.039655-04:00",
            "name": "Los Angeles Chargers",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/704b8b62-383e-40ce-89b5-1186bae1a884/?format=api"
        }
    ]
}