GET /api/bet_types/b37ea680-9436-4fdd-b48b-c1abfef0145e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b37ea680-9436-4fdd-b48b-c1abfef0145e",
    "match": "https://api-prod.gambitprofit.com/api/matches/e826b1a9-7046-4572-943c-a713fea97771/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-16T09:28:09.375655-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": "Miami Dolphins",
                "amount": 8632.0
            },
            {
                "team": "Las Vegas Raiders",
                "amount": 1368.0
            }
        ],
        "expected_reward_tokens": 9493.92,
        "profit_sb": -6.08,
        "profit_sb_percentage": -0.06,
        "recommended": false
    },
    "lines": [
        {
            "id": "0e051385-c794-4221-a1f0-d8f40ebe9e4b",
            "gambit_id": "eeb0ce75-64dd-4ba6-88c7-4a45d99ece5d",
            "last_updated": "2023-11-20T19:48:01.140791-05:00",
            "created_at": "2023-11-16T09:28:09.384603-05:00",
            "name": "Miami Dolphins",
            "reward": "1.10000",
            "odds": "1.10530",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b37ea680-9436-4fdd-b48b-c1abfef0145e/?format=api"
        },
        {
            "id": "86a3de8e-8c8a-422a-b7da-8f496608b5ce",
            "gambit_id": "e4c3e801-30c3-443d-8826-f19bcdf7241a",
            "last_updated": "2023-11-20T19:48:01.137288-05:00",
            "created_at": "2023-11-16T09:28:09.380392-05:00",
            "name": "Las Vegas Raiders",
            "reward": "6.94000",
            "odds": "7.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b37ea680-9436-4fdd-b48b-c1abfef0145e/?format=api"
        }
    ]
}