GET /api/bet_types/7a38ef5f-8502-4b4b-9a8e-9cf0aa710a65/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7a38ef5f-8502-4b4b-9a8e-9cf0aa710a65",
    "match": "https://api-prod.gambitprofit.com/api/matches/70cacbd4-c366-4018-985b-bef7c27f4338/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": 7839.0
            },
            {
                "team": "New York Jets",
                "amount": 2161.0
            }
        ],
        "expected_reward_tokens": 9249.08,
        "profit_sb": 249.08,
        "profit_sb_percentage": 2.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "5f908e37-105b-4e77-b446-008cb3b10511",
            "gambit_id": "1a550087-a70d-4810-9843-b81c62691ccd",
            "last_updated": "2022-12-12T10:22:13.670486-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo Bills",
            "reward": "1.18000",
            "odds": "1.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a38ef5f-8502-4b4b-9a8e-9cf0aa710a65/?format=api"
        },
        {
            "id": "42730753-28a1-4810-9491-6d9d3c76f85b",
            "gambit_id": "4e0e6ebe-dbdd-48c0-a212-0024ea1bc1cd",
            "last_updated": "2022-12-12T10:22:13.671552-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Jets",
            "reward": "4.28000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a38ef5f-8502-4b4b-9a8e-9cf0aa710a65/?format=api"
        }
    ]
}