GET /api/bet_types/c835fa26-e0aa-4b05-bfb5-94085f7bf7a3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c835fa26-e0aa-4b05-bfb5-94085f7bf7a3",
    "match": "https://api-prod.gambitprofit.com/api/matches/859904bc-bbf6-4b12-a33f-685db7a18686/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-27T09:43:13.661904-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": "Green Bay Packers",
                "amount": 5000.0
            },
            {
                "team": "Minnesota Vikings",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b67a290f-63c7-4004-b16a-a2897b3fe62e",
            "gambit_id": "2e63e36b-92c9-4522-a9b3-ac9a1fba3cb5",
            "last_updated": "2024-01-02T10:28:08.832734-05:00",
            "created_at": "2023-12-27T09:43:13.665702-05:00",
            "name": "Green Bay Packers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c835fa26-e0aa-4b05-bfb5-94085f7bf7a3/?format=api"
        },
        {
            "id": "5a506f15-e088-4783-9093-4af410ce8692",
            "gambit_id": "4ff5b5af-3d22-4524-a076-cbdd5f2fddc9",
            "last_updated": "2024-01-02T10:28:08.836623-05:00",
            "created_at": "2023-12-27T09:43:13.670066-05:00",
            "name": "Minnesota Vikings",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c835fa26-e0aa-4b05-bfb5-94085f7bf7a3/?format=api"
        }
    ]
}