GET /api/bet_types/08cb3a3c-88c0-4a6f-b0e4-1652ba0dac0e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "08cb3a3c-88c0-4a6f-b0e4-1652ba0dac0e",
    "match": "https://api-prod.gambitprofit.com/api/matches/9c187976-7c92-409e-9867-8437435eb528/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-23T09:06:50.532583-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": "St Louis Blues",
                "amount": 6651.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 3349.0
            }
        ],
        "expected_reward_tokens": 9444.18,
        "profit_sb": -55.82,
        "profit_sb_percentage": -0.59,
        "recommended": false
    },
    "lines": [
        {
            "id": "086d6da3-5b9d-4899-a113-07f102d32155",
            "gambit_id": "bb65539e-9007-45c1-902d-e80193087978",
            "last_updated": "2023-03-24T10:56:53.021505-04:00",
            "created_at": "2023-03-23T09:06:50.536023-04:00",
            "name": "St Louis Blues",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08cb3a3c-88c0-4a6f-b0e4-1652ba0dac0e/?format=api"
        },
        {
            "id": "0da91915-e7a2-483d-afe5-26a923684671",
            "gambit_id": "7b65dce6-0cbf-4fe0-90f2-300b0e008080",
            "last_updated": "2023-03-24T10:56:53.019264-04:00",
            "created_at": "2023-03-23T09:06:50.534194-04:00",
            "name": "Detroit Red Wings",
            "reward": "2.82000",
            "odds": "2.90000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08cb3a3c-88c0-4a6f-b0e4-1652ba0dac0e/?format=api"
        }
    ]
}