GET /api/bet_types/5bddb4b3-eabc-4ea6-8b62-b1b0918b75ec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5bddb4b3-eabc-4ea6-8b62-b1b0918b75ec",
    "match": "https://api-prod.gambitprofit.com/api/matches/0c7915f7-ec7d-496f-96a7-c9b3970c3276/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "UTSA",
                "amount": 5097.0
            },
            {
                "team": "Troy",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "1c91c363-07f1-4885-85ee-06ee64e67e8d",
            "gambit_id": "98b3b982-022e-4d65-8f45-625ec2b1e620",
            "last_updated": "2022-12-17T19:47:21.790197-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UTSA",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5bddb4b3-eabc-4ea6-8b62-b1b0918b75ec/?format=api"
        },
        {
            "id": "15779e46-9cb1-4db8-ac5d-1b48df192157",
            "gambit_id": "41c6904e-b0a3-4f6f-9586-ff934b6d63a3",
            "last_updated": "2022-12-17T19:47:21.791260-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Troy",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5bddb4b3-eabc-4ea6-8b62-b1b0918b75ec/?format=api"
        }
    ]
}