GET /api/bet_types/2c79fbc5-8365-4b55-9fff-caae95b5ed13/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2c79fbc5-8365-4b55-9fff-caae95b5ed13",
    "match": "https://api-prod.gambitprofit.com/api/matches/73be7164-9d2d-4fd5-89bf-b8c98154482f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-06T09:06:58.794409-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": "DET",
                "amount": 5512.0
            },
            {
                "team": "BOS",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "94f8369d-9231-45d8-b0d1-4479a8fab836",
            "gambit_id": "705baaa3-d25f-4db0-b1d8-75bd339cafb9",
            "last_updated": "2023-04-07T10:22:15.271451-04:00",
            "created_at": "2023-04-06T09:06:58.796270-04:00",
            "name": "DET",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c79fbc5-8365-4b55-9fff-caae95b5ed13/?format=api"
        },
        {
            "id": "37094e6e-d4d7-4fa2-8f97-ab3b4e9ce281",
            "gambit_id": "c4ffa284-3d4e-4a64-8922-2dab7a05a239",
            "last_updated": "2023-04-07T10:22:15.274435-04:00",
            "created_at": "2023-04-06T09:06:58.798338-04:00",
            "name": "BOS",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c79fbc5-8365-4b55-9fff-caae95b5ed13/?format=api"
        }
    ]
}