GET /api/bet_types/c196d484-8090-40bd-b81a-7b01d803d60c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c196d484-8090-40bd-b81a-7b01d803d60c",
    "match": "https://api-prod.gambitprofit.com/api/matches/ac8f0c40-c020-4eb6-9cde-171d98b2405f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-26T12:02:12.255205-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": "NYM (K Senga)",
                "amount": 6442.0
            },
            {
                "team": "WAS (M Gore)",
                "amount": 3558.0
            }
        ],
        "expected_reward_tokens": 9534.16,
        "profit_sb": 34.16,
        "profit_sb_percentage": 0.36,
        "recommended": true
    },
    "lines": [
        {
            "id": "3efd12f9-a5f0-423a-a373-1e441d65bafc",
            "gambit_id": "4df2fd18-a16b-4b9f-b1bb-fe109b55c763",
            "last_updated": "2023-04-27T11:52:06.097121-04:00",
            "created_at": "2023-04-26T12:02:12.256549-04:00",
            "name": "NYM (K Senga)",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c196d484-8090-40bd-b81a-7b01d803d60c/?format=api"
        },
        {
            "id": "fb3d31c4-8a65-4bc3-8b42-0b34ee42c075",
            "gambit_id": "31b7fc23-8151-42d9-a7ed-dfe23faaeaba",
            "last_updated": "2023-04-27T11:52:06.099161-04:00",
            "created_at": "2023-04-26T12:02:12.257950-04:00",
            "name": "WAS (M Gore)",
            "reward": "2.68000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c196d484-8090-40bd-b81a-7b01d803d60c/?format=api"
        }
    ]
}