GET /api/bet_types/5618e6e4-51eb-46e5-b4ae-14f0c2efc8ef/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5618e6e4-51eb-46e5-b4ae-14f0c2efc8ef",
    "match": "https://api-prod.gambitprofit.com/api/matches/2df24eef-7e1b-4799-bf60-292fed6c233a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-20T09:48:10.176356-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": "Nashville Predators",
                "amount": 6169.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 3831.0
            }
        ],
        "expected_reward_tokens": 9500.26,
        "profit_sb": 0.26,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "46908c81-7b96-4d46-b85d-40d9d2b2b73b",
            "gambit_id": "a8a69fab-fd31-41e3-9184-db89889e9356",
            "last_updated": "2023-11-21T14:43:25.044619-05:00",
            "created_at": "2023-11-20T09:48:10.187476-05:00",
            "name": "Nashville Predators",
            "reward": "1.54000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5618e6e4-51eb-46e5-b4ae-14f0c2efc8ef/?format=api"
        },
        {
            "id": "e9b075b2-f68a-41bb-bc80-95658e6d9e3e",
            "gambit_id": "c17acf56-3d0d-4c61-af95-f0b44362dc8c",
            "last_updated": "2023-11-21T14:43:25.041116-05:00",
            "created_at": "2023-11-20T09:48:10.183712-05:00",
            "name": "Colorado Avalanche",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5618e6e4-51eb-46e5-b4ae-14f0c2efc8ef/?format=api"
        }
    ]
}