GET /api/bet_types/fd90f0be-b274-47d1-9914-f9db376d9dd0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fd90f0be-b274-47d1-9914-f9db376d9dd0",
    "match": "https://api-prod.gambitprofit.com/api/matches/08a7ee10-16f8-4e88-88cf-a4f0aa7988eb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-15T23:37:56.833219-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Arsenal",
                "amount": 7629.0
            },
            {
                "team": "Draw",
                "amount": 2371.0
            }
        ],
        "expected_reward_tokens": 10906.6,
        "profit_sb": 1406.6,
        "profit_sb_percentage": 14.81,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Arsenal",
                "amount": 6500.0
            },
            {
                "team": "Draw",
                "amount": 2021.0
            },
            {
                "team": "Brighton & Hove Albion",
                "amount": 1480.0
            }
        ],
        "expected_reward_tokens": 9294.4,
        "profit_sb": -205.6,
        "profit_sb_percentage": -2.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "e56cdb42-ee20-43a3-93a1-9df73f89510a",
            "gambit_id": "c78d2cc4-8fda-4629-afa3-6cc6e657f219",
            "last_updated": "2023-12-19T10:23:29.180305-05:00",
            "created_at": "2023-12-15T23:37:56.841721-05:00",
            "name": "Arsenal",
            "reward": "1.43000",
            "odds": "1.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd90f0be-b274-47d1-9914-f9db376d9dd0/?format=api"
        },
        {
            "id": "c860e2bc-39bc-457a-b492-c5c606075744",
            "gambit_id": "5f1ecd47-0ddc-47ad-938a-294ebf4a1c7b",
            "last_updated": "2023-12-19T10:23:29.176658-05:00",
            "created_at": "2023-12-15T23:37:56.837860-05:00",
            "name": "Draw",
            "reward": "4.60000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd90f0be-b274-47d1-9914-f9db376d9dd0/?format=api"
        },
        {
            "id": "ec087c18-17b5-4088-941b-9107ecf8a2f0",
            "gambit_id": "38753e3b-a09d-4a42-b0d5-2c46697158fb",
            "last_updated": "2023-12-19T10:23:29.184026-05:00",
            "created_at": "2023-12-15T23:37:56.845516-05:00",
            "name": "Brighton & Hove Albion",
            "reward": "6.28000",
            "odds": "6.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd90f0be-b274-47d1-9914-f9db376d9dd0/?format=api"
        }
    ]
}