GET /api/bet_types/24cd537a-afd3-48de-86df-99e295fc3823/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "24cd537a-afd3-48de-86df-99e295fc3823",
    "match": "https://api-prod.gambitprofit.com/api/matches/8adc538a-fccd-4ab9-bedc-fae4fba72619/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-28T10:06:59.760352-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": "Boston Celtics",
                "amount": 8085.0
            },
            {
                "team": "Washington Wizards",
                "amount": 1915.0
            }
        ],
        "expected_reward_tokens": 9459.45,
        "profit_sb": -40.55,
        "profit_sb_percentage": -0.43,
        "recommended": false
    },
    "lines": [
        {
            "id": "06c93f98-f7b3-4924-aa2a-6a643f989aa6",
            "gambit_id": "17b6722a-71de-4ad7-b22e-22367585bcd5",
            "last_updated": "2023-03-29T10:27:00.845545-04:00",
            "created_at": "2023-03-28T10:06:59.764963-04:00",
            "name": "Boston Celtics",
            "reward": "1.17000",
            "odds": "1.18180",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24cd537a-afd3-48de-86df-99e295fc3823/?format=api"
        },
        {
            "id": "040196e3-7bc0-4b24-b4c7-41fba4570892",
            "gambit_id": "9dde9987-4136-46da-b7f9-c7cfec4425d1",
            "last_updated": "2023-03-29T10:27:00.843026-04:00",
            "created_at": "2023-03-28T10:06:59.762619-04:00",
            "name": "Washington Wizards",
            "reward": "4.94000",
            "odds": "5.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24cd537a-afd3-48de-86df-99e295fc3823/?format=api"
        }
    ]
}