GET /api/bet_types/4dd544aa-852a-4f60-ac6e-6f6d4bb68a9f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4dd544aa-852a-4f60-ac6e-6f6d4bb68a9f",
    "match": "https://api-prod.gambitprofit.com/api/matches/33352779-2ca4-4336-9b73-ec977d8275f3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-22T11:27:14.886136-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": 6456.0
            },
            {
                "team": "KAN",
                "amount": 3544.0
            }
        ],
        "expected_reward_tokens": 9425.76,
        "profit_sb": -74.24,
        "profit_sb_percentage": -0.78,
        "recommended": false
    },
    "lines": [
        {
            "id": "c1360531-8b6d-4c27-8a3f-819ae5145464",
            "gambit_id": "eab86fda-791d-4e6f-b7cc-f16bd266dfed",
            "last_updated": "2023-05-25T13:47:06.943243-04:00",
            "created_at": "2023-05-22T11:27:14.888820-04:00",
            "name": "DET",
            "reward": "1.46000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4dd544aa-852a-4f60-ac6e-6f6d4bb68a9f/?format=api"
        },
        {
            "id": "23731275-a1b9-4275-bc80-c69e0500769b",
            "gambit_id": "672dc55a-7e66-4372-8205-58c3a4aaf9d4",
            "last_updated": "2023-05-25T13:47:06.940447-04:00",
            "created_at": "2023-05-22T11:27:14.887444-04:00",
            "name": "KAN",
            "reward": "2.66000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4dd544aa-852a-4f60-ac6e-6f6d4bb68a9f/?format=api"
        }
    ]
}