GET /api/bet_types/f439d8c7-c82f-42df-ab79-32545f54c40f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f439d8c7-c82f-42df-ab79-32545f54c40f",
    "match": "https://api-prod.gambitprofit.com/api/matches/ea3c5056-0194-42ec-9f05-0be605812791/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-14T09:28:06.831735-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": "Toronto Maple Leafs",
                "amount": 6805.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 3195.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "45843177-aa6f-492f-9c1d-934ad3adcb37",
            "gambit_id": "3ee2f22b-81fe-4fbb-aaba-c95a4ab5ae83",
            "last_updated": "2023-12-16T10:28:25.029666-05:00",
            "created_at": "2023-12-14T09:28:06.839780-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.39000",
            "odds": "1.40820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f439d8c7-c82f-42df-ab79-32545f54c40f/?format=api"
        },
        {
            "id": "17ddf2f7-65b2-4b33-8bcd-66f51a6adcf6",
            "gambit_id": "1cfa8f9b-92f2-486d-a756-204b0b9a6a65",
            "last_updated": "2023-12-16T10:28:25.026487-05:00",
            "created_at": "2023-12-14T09:28:06.835614-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "2.96000",
            "odds": "3.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f439d8c7-c82f-42df-ab79-32545f54c40f/?format=api"
        }
    ]
}