GET /api/bet_types/861ec259-231b-4085-a0aa-6edfd126accf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "861ec259-231b-4085-a0aa-6edfd126accf",
    "match": "https://api-prod.gambitprofit.com/api/matches/bbd3be5f-b22e-4c96-9d59-77c05e452d75/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-16T09:28:10.824681-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": "Buffalo Bills",
                "amount": 7745.0
            },
            {
                "team": "New York Jets",
                "amount": 2255.0
            }
        ],
        "expected_reward_tokens": 9448.45,
        "profit_sb": -51.55,
        "profit_sb_percentage": -0.54,
        "recommended": false
    },
    "lines": [
        {
            "id": "adaa8cbe-e8ca-4072-8dc4-f9209857121c",
            "gambit_id": "6c0dd509-b3b2-4a0c-a2d2-2d7308cc7292",
            "last_updated": "2023-11-20T19:38:14.229913-05:00",
            "created_at": "2023-11-16T09:28:10.832116-05:00",
            "name": "Buffalo Bills",
            "reward": "1.22000",
            "odds": "1.23260",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/861ec259-231b-4085-a0aa-6edfd126accf/?format=api"
        },
        {
            "id": "2eb7c750-20b7-4698-a784-4d19ff2bd297",
            "gambit_id": "1aa185a4-2a25-453f-8ad0-a18dc0ed93b1",
            "last_updated": "2023-11-20T19:38:14.226766-05:00",
            "created_at": "2023-11-16T09:28:10.828339-05:00",
            "name": "New York Jets",
            "reward": "4.19000",
            "odds": "4.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/861ec259-231b-4085-a0aa-6edfd126accf/?format=api"
        }
    ]
}