GET /api/bet_types/a4f69fe4-9a58-4056-b7e2-96021552b884/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a4f69fe4-9a58-4056-b7e2-96021552b884",
    "match": "https://api-prod.gambitprofit.com/api/matches/e3e02a26-5556-4962-a75a-7c3921bd49ee/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-31T09:58:18.486765-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Manchester City",
                "amount": 8972.0
            },
            {
                "team": "Draw",
                "amount": 1028.0
            }
        ],
        "expected_reward_tokens": 9868.8,
        "profit_sb": 368.8,
        "profit_sb_percentage": 3.88,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Manchester City",
                "amount": 8552.0
            },
            {
                "team": "Draw",
                "amount": 980.0
            },
            {
                "team": "Burnley",
                "amount": 468.0
            }
        ],
        "expected_reward_tokens": 9406.8,
        "profit_sb": -93.2,
        "profit_sb_percentage": -0.98,
        "recommended": false
    },
    "lines": [
        {
            "id": "8c0308dc-f20f-4f64-87bd-47ca35119d06",
            "gambit_id": "31f8f841-8a87-4f90-a72f-9071ce24122c",
            "last_updated": "2024-02-01T10:58:01.916393-05:00",
            "created_at": "2024-01-31T09:58:18.493016-05:00",
            "name": "Manchester City",
            "reward": "1.10000",
            "odds": "1.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4f69fe4-9a58-4056-b7e2-96021552b884/?format=api"
        },
        {
            "id": "ed099175-3ece-461d-867e-6326e4df1838",
            "gambit_id": "bcf130b0-5540-4055-8e7c-be336a9e4c62",
            "last_updated": "2024-02-01T10:58:01.929985-05:00",
            "created_at": "2024-01-31T09:58:18.504804-05:00",
            "name": "Draw",
            "reward": "9.60000",
            "odds": "10.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4f69fe4-9a58-4056-b7e2-96021552b884/?format=api"
        },
        {
            "id": "3050f00e-3285-4fac-be3e-52eabf6aab93",
            "gambit_id": "4cb2cb34-cc83-4f51-b0b3-049c6b5f4d29",
            "last_updated": "2024-02-01T10:58:01.925287-05:00",
            "created_at": "2024-01-31T09:58:18.499950-05:00",
            "name": "Burnley",
            "reward": "20.10000",
            "odds": "21.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4f69fe4-9a58-4056-b7e2-96021552b884/?format=api"
        }
    ]
}