GET /api/bet_types/b14f2013-b3a2-4fa5-bc0d-58f034ac9b74/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b14f2013-b3a2-4fa5-bc0d-58f034ac9b74",
    "match": "https://api-prod.gambitprofit.com/api/matches/062f7295-625d-4bd9-9e8d-2b76c9b74996/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-19T22:23:05.573205-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": 6785.0
            },
            {
                "team": "Draw",
                "amount": 3215.0
            }
        ],
        "expected_reward_tokens": 11670.2,
        "profit_sb": 2170.2,
        "profit_sb_percentage": 22.84,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Brentford",
                "amount": 5373.0
            },
            {
                "team": "Draw",
                "amount": 2546.0
            },
            {
                "team": "Nottingham Forest",
                "amount": 2081.0
            }
        ],
        "expected_reward_tokens": 9239.64,
        "profit_sb": -260.36,
        "profit_sb_percentage": -2.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "92ece783-fd14-4907-96b1-f01d73b84857",
            "gambit_id": "4abfc71f-4154-4b1d-832f-7b07388f9900",
            "last_updated": "2024-01-22T12:13:23.025790-05:00",
            "created_at": "2024-01-19T22:23:05.582300-05:00",
            "name": "Brentford",
            "reward": "1.72000",
            "odds": "1.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b14f2013-b3a2-4fa5-bc0d-58f034ac9b74/?format=api"
        },
        {
            "id": "2a1bda59-05fb-4444-b0d5-4a9a8053346b",
            "gambit_id": "28b940d2-e9ac-4a58-b768-914296c55ae2",
            "last_updated": "2024-01-22T12:13:23.022339-05:00",
            "created_at": "2024-01-19T22:23:05.577564-05:00",
            "name": "Draw",
            "reward": "3.63000",
            "odds": "3.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b14f2013-b3a2-4fa5-bc0d-58f034ac9b74/?format=api"
        },
        {
            "id": "f234e575-9137-4b55-81d8-fd4ff2aec0ab",
            "gambit_id": "ab53b032-0d62-4963-98ca-39886862c9dd",
            "last_updated": "2024-01-22T12:13:23.029145-05:00",
            "created_at": "2024-01-19T22:23:05.586445-05:00",
            "name": "Nottingham Forest",
            "reward": "4.44000",
            "odds": "4.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b14f2013-b3a2-4fa5-bc0d-58f034ac9b74/?format=api"
        }
    ]
}