GET /api/bet_types/a39c0b7c-01b2-4f61-9b35-19df2d4d9911/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a39c0b7c-01b2-4f61-9b35-19df2d4d9911",
    "match": "https://api-prod.gambitprofit.com/api/matches/afad4e9e-ee29-4b76-9456-ddda97dd19d8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-04T09:43:04.231903-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": "CHC (K Hendricks)",
                "amount": 5079.0
            },
            {
                "team": "MIL (W Miley)",
                "amount": 4921.0
            }
        ],
        "expected_reward_tokens": 9546.74,
        "profit_sb": 46.74,
        "profit_sb_percentage": 0.49,
        "recommended": true
    },
    "lines": [
        {
            "id": "6cba3af6-6fae-48d0-9de5-3541a0c32859",
            "gambit_id": "e66e977f-905f-41c7-a415-41c011b09c8a",
            "last_updated": "2023-07-05T18:58:28.773097-04:00",
            "created_at": "2023-07-04T09:43:04.233858-04:00",
            "name": "CHC (K Hendricks)",
            "reward": "1.88000",
            "odds": "1.92590",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a39c0b7c-01b2-4f61-9b35-19df2d4d9911/?format=api"
        },
        {
            "id": "1dd532e8-8624-49e6-9658-de44b3efd17f",
            "gambit_id": "3e96f892-23d5-41a2-ba64-f824f7033752",
            "last_updated": "2023-07-05T18:58:28.775104-04:00",
            "created_at": "2023-07-04T09:43:04.235892-04:00",
            "name": "MIL (W Miley)",
            "reward": "1.94000",
            "odds": "1.98040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a39c0b7c-01b2-4f61-9b35-19df2d4d9911/?format=api"
        }
    ]
}