GET /api/bet_types/17822484-e59d-4f9a-97f4-b96d47369297/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "17822484-e59d-4f9a-97f4-b96d47369297",
    "match": "https://api-prod.gambitprofit.com/api/matches/95547ac2-b5d4-4a67-b0cc-dfd45745495e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-10T08:43:01.673243-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": "BOS (J Paxton)",
                "amount": 6805.0
            },
            {
                "team": "KAN (A Marsh)",
                "amount": 3195.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "e2ca33eb-d628-4829-9928-a35bfba978ee",
            "gambit_id": "23c31099-1f12-4552-b161-f45c51a09596",
            "last_updated": "2023-08-17T09:08:07.848971-04:00",
            "created_at": "2023-08-10T08:43:01.684533-04:00",
            "name": "BOS (J Paxton)",
            "reward": "1.39000",
            "odds": "1.40820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/17822484-e59d-4f9a-97f4-b96d47369297/?format=api"
        },
        {
            "id": "a6617b6b-ba3e-4302-9403-2140396566f3",
            "gambit_id": "78095994-d096-474e-886f-5728add7175b",
            "last_updated": "2023-08-17T09:08:07.844492-04:00",
            "created_at": "2023-08-10T08:43:01.677938-04:00",
            "name": "KAN (A Marsh)",
            "reward": "2.96000",
            "odds": "3.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/17822484-e59d-4f9a-97f4-b96d47369297/?format=api"
        }
    ]
}