GET /api/bet_types/c2f01dcd-5e38-4a88-a140-0a434e11c4f7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c2f01dcd-5e38-4a88-a140-0a434e11c4f7",
    "match": "https://api-prod.gambitprofit.com/api/matches/a2e8c058-f0a3-4883-ba97-c02e046dcbb7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-30T09:18:12.307766-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Brighton & Hove Albion",
                "amount": 6781.0
            },
            {
                "team": "Draw",
                "amount": 3219.0
            }
        ],
        "expected_reward_tokens": 12135.63,
        "profit_sb": 2635.63,
        "profit_sb_percentage": 27.74,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Brighton & Hove Albion",
                "amount": 5129.0
            },
            {
                "team": "Draw",
                "amount": 2435.0
            },
            {
                "team": "Luton Town",
                "amount": 2435.0
            }
        ],
        "expected_reward_tokens": 9179.95,
        "profit_sb": -320.05,
        "profit_sb_percentage": -3.37,
        "recommended": false
    },
    "lines": [
        {
            "id": "c0003200-9d00-4f39-b0b0-4a1e7d4253c6",
            "gambit_id": "a2a4f00a-a3a5-4058-b851-7b416b82d161",
            "last_updated": "2024-01-31T22:23:08.378275-05:00",
            "created_at": "2024-01-30T09:18:12.320583-05:00",
            "name": "Brighton & Hove Albion",
            "reward": "1.79000",
            "odds": "1.83000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2f01dcd-5e38-4a88-a140-0a434e11c4f7/?format=api"
        },
        {
            "id": "4ffe3d39-76c2-414f-bc38-6f884b5d1e04",
            "gambit_id": "f322ece3-df1a-4813-af41-2cb0387d1ccf",
            "last_updated": "2024-01-31T22:23:08.365800-05:00",
            "created_at": "2024-01-30T09:18:12.311541-05:00",
            "name": "Draw",
            "reward": "3.77000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2f01dcd-5e38-4a88-a140-0a434e11c4f7/?format=api"
        },
        {
            "id": "11a3b984-e6a7-427e-a31c-6a0756e25bed",
            "gambit_id": "5261c0cb-865b-4edb-b354-728660f94c70",
            "last_updated": "2024-01-31T22:23:08.369410-05:00",
            "created_at": "2024-01-30T09:18:12.315833-05:00",
            "name": "Luton Town",
            "reward": "3.77000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2f01dcd-5e38-4a88-a140-0a434e11c4f7/?format=api"
        }
    ]
}