GET /api/bet_types/e11b6abf-ca63-4772-959f-821e82649454/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e11b6abf-ca63-4772-959f-821e82649454",
    "match": "https://api-prod.gambitprofit.com/api/matches/723f45d0-ebc4-496e-9d97-a30806be0995/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-28T10:06:59.398502-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": "New York Rangers",
                "amount": 7722.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 2278.0
            }
        ],
        "expected_reward_tokens": 9498.06,
        "profit_sb": -1.94,
        "profit_sb_percentage": -0.02,
        "recommended": false
    },
    "lines": [
        {
            "id": "bbaee501-ee69-4bd2-887d-9a50ec9e2d8a",
            "gambit_id": "611548b2-e46b-493c-9aef-707719c90d90",
            "last_updated": "2023-03-29T13:36:54.950336-04:00",
            "created_at": "2023-03-28T10:06:59.400372-04:00",
            "name": "New York Rangers",
            "reward": "1.23000",
            "odds": "1.23810",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e11b6abf-ca63-4772-959f-821e82649454/?format=api"
        },
        {
            "id": "bf8422b9-928c-40f2-aeaa-2490f9899d88",
            "gambit_id": "de157a98-1f12-4557-8ebb-35bc69d803cb",
            "last_updated": "2023-03-29T13:36:54.951983-04:00",
            "created_at": "2023-03-28T10:06:59.402505-04:00",
            "name": "Columbus Blue Jackets",
            "reward": "4.17000",
            "odds": "4.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e11b6abf-ca63-4772-959f-821e82649454/?format=api"
        }
    ]
}