GET /api/bet_types/e902af85-4ad8-4e9a-b57a-3ae8082effb2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e902af85-4ad8-4e9a-b57a-3ae8082effb2",
    "match": "https://api-prod.gambitprofit.com/api/matches/e5215c4e-f1e3-4177-b566-e4f2942d41ef/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-17T10:31:55.589844-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Brentford",
                "amount": 6550.0
            },
            {
                "team": "Draw",
                "amount": 3450.0
            }
        ],
        "expected_reward_tokens": 11659.0,
        "profit_sb": 2159.0,
        "profit_sb_percentage": 22.73,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Brentford",
                "amount": 5235.0
            },
            {
                "team": "Draw",
                "amount": 2757.0
            },
            {
                "team": "Crystal Palace",
                "amount": 2008.0
            }
        ],
        "expected_reward_tokens": 9317.12,
        "profit_sb": -182.88,
        "profit_sb_percentage": -1.93,
        "recommended": false
    },
    "lines": [
        {
            "id": "c014ce04-6529-46dc-9522-3cf037ba18af",
            "gambit_id": "7772ac33-4c22-4ba7-a648-65988bf24114",
            "last_updated": "2023-02-19T16:12:16.964575-05:00",
            "created_at": "2023-02-17T10:31:55.592557-05:00",
            "name": "Brentford",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e902af85-4ad8-4e9a-b57a-3ae8082effb2/?format=api"
        },
        {
            "id": "4c8456aa-8d83-45ab-8425-9df8eae062e9",
            "gambit_id": "8c46f390-29da-4620-aa6c-89ffe8cd587f",
            "last_updated": "2023-02-19T16:12:16.965793-05:00",
            "created_at": "2023-02-17T10:31:55.593895-05:00",
            "name": "Draw",
            "reward": "3.38000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e902af85-4ad8-4e9a-b57a-3ae8082effb2/?format=api"
        },
        {
            "id": "807426ea-b8a4-493d-943c-b20283de097f",
            "gambit_id": "2f6972b9-c7f7-4bf4-afaa-f631329273ef",
            "last_updated": "2023-02-19T16:12:16.963308-05:00",
            "created_at": "2023-02-17T10:31:55.591237-05:00",
            "name": "Crystal Palace",
            "reward": "4.64000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e902af85-4ad8-4e9a-b57a-3ae8082effb2/?format=api"
        }
    ]
}