GET /api/bet_types/44dd5af7-7abe-48cb-a7e8-b50aa87b1b91/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "44dd5af7-7abe-48cb-a7e8-b50aa87b1b91",
    "match": "https://api-prod.gambitprofit.com/api/matches/53f35923-f29f-46c6-8981-036f39f47990/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-06T09:08:14.973489-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": "OAK",
                "amount": 5213.0
            },
            {
                "team": "TOR",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "e8bbfca0-0761-42d0-924d-dcceac0c934e",
            "gambit_id": "b9c5d113-0e96-443a-8030-1aefea771828",
            "last_updated": "2023-09-08T09:32:55.666396-04:00",
            "created_at": "2023-09-06T09:08:14.992967-04:00",
            "name": "OAK",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44dd5af7-7abe-48cb-a7e8-b50aa87b1b91/?format=api"
        },
        {
            "id": "5aa303e3-ce06-42ca-9a1f-0592b982b266",
            "gambit_id": "94a6349f-7709-406e-af8d-6d5e273ef96f",
            "last_updated": "2023-09-08T09:32:55.663259-04:00",
            "created_at": "2023-09-06T09:08:14.977524-04:00",
            "name": "TOR",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44dd5af7-7abe-48cb-a7e8-b50aa87b1b91/?format=api"
        }
    ]
}