GET /api/bet_types/89f401f5-3b4d-4476-9a78-13638053aba7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "89f401f5-3b4d-4476-9a78-13638053aba7",
    "match": "https://api-prod.gambitprofit.com/api/matches/c7c1bcb7-db16-4cfe-ad7a-0f4cdca9f28f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-01T23:03:18.795303-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Newcastle United",
                "amount": 5051.0
            },
            {
                "team": "Brighton & Hove Albion",
                "amount": 4949.0
            }
        ],
        "expected_reward_tokens": 12273.52,
        "profit_sb": 2773.52,
        "profit_sb_percentage": 29.19,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Newcastle United",
                "amount": 3775.0
            },
            {
                "team": "Brighton & Hove Albion",
                "amount": 3699.0
            },
            {
                "team": "Draw",
                "amount": 2527.0
            }
        ],
        "expected_reward_tokens": 9173.01,
        "profit_sb": -326.99,
        "profit_sb_percentage": -3.44,
        "recommended": false
    },
    "lines": [
        {
            "id": "3f5e7414-0a5a-45c8-94a4-0df98471aa53",
            "gambit_id": "c22635dd-cb59-4c2e-8493-7eed8189da3b",
            "last_updated": "2023-09-06T11:43:28.051040-04:00",
            "created_at": "2023-09-01T23:03:18.811613-04:00",
            "name": "Newcastle United",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89f401f5-3b4d-4476-9a78-13638053aba7/?format=api"
        },
        {
            "id": "6fb56139-d617-4d11-9bca-08904e39e112",
            "gambit_id": "7a4bcdab-46b0-4bd8-956b-eaad19248963",
            "last_updated": "2023-09-06T11:43:28.046685-04:00",
            "created_at": "2023-09-01T23:03:18.807504-04:00",
            "name": "Brighton & Hove Albion",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89f401f5-3b4d-4476-9a78-13638053aba7/?format=api"
        },
        {
            "id": "1626006b-fe68-4bd2-b5fe-6a81508259ce",
            "gambit_id": "33718af1-ec99-4894-ba3e-286ebd20b36a",
            "last_updated": "2023-09-06T11:43:28.042396-04:00",
            "created_at": "2023-09-01T23:03:18.803412-04:00",
            "name": "Draw",
            "reward": "3.63000",
            "odds": "3.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89f401f5-3b4d-4476-9a78-13638053aba7/?format=api"
        }
    ]
}