GET /api/bet_types/4f6de870-f99b-4da4-aec7-c7754ea45bd1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4f6de870-f99b-4da4-aec7-c7754ea45bd1",
    "match": "https://api-prod.gambitprofit.com/api/matches/9a170d9b-0f2e-4939-a855-b88ba7fb21a8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-21T09:33:13.678323-05: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": "Los Angeles Clippers",
                "amount": 8079.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 1921.0
            }
        ],
        "expected_reward_tokens": 9451.32,
        "profit_sb": -48.68,
        "profit_sb_percentage": -0.51,
        "recommended": false
    },
    "lines": [
        {
            "id": "1ef3851c-da24-4fdd-9f40-efef7fa35694",
            "gambit_id": "43c82131-15fd-4e4f-b24a-7a4e61b4b0ba",
            "last_updated": "2024-01-23T18:48:25.866846-05:00",
            "created_at": "2024-01-21T09:33:13.691306-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.17000",
            "odds": "1.18180",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f6de870-f99b-4da4-aec7-c7754ea45bd1/?format=api"
        },
        {
            "id": "72e61afd-481f-4295-884b-9aee82405c95",
            "gambit_id": "e91ba5d9-c9a4-4460-8432-1a643a9a043e",
            "last_updated": "2024-01-23T18:48:25.863553-05:00",
            "created_at": "2024-01-21T09:33:13.684503-05:00",
            "name": "Brooklyn Nets",
            "reward": "4.92000",
            "odds": "5.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f6de870-f99b-4da4-aec7-c7754ea45bd1/?format=api"
        }
    ]
}