GET /api/bet_types/91d5a8be-c37f-46a3-97c4-f6d88fe0bc63/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "91d5a8be-c37f-46a3-97c4-f6d88fe0bc63",
    "match": "https://api-prod.gambitprofit.com/api/matches/de685e3a-5d54-4b79-b177-601ed6aad444/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-28T15:12:05.496027-04: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": 7106.0
            },
            {
                "team": "Draw",
                "amount": 2894.0
            }
        ],
        "expected_reward_tokens": 11227.48,
        "profit_sb": 1727.48,
        "profit_sb_percentage": 18.18,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Brighton & Hove Albion",
                "amount": 5868.0
            },
            {
                "team": "Draw",
                "amount": 2389.0
            },
            {
                "team": "Wolverhampton Wanderers",
                "amount": 1743.0
            }
        ],
        "expected_reward_tokens": 9269.32,
        "profit_sb": -230.68,
        "profit_sb_percentage": -2.43,
        "recommended": false
    },
    "lines": [
        {
            "id": "4c471239-6957-4064-a3d2-a9f2e22fe33b",
            "gambit_id": "4e640ffb-3295-42db-833f-44d0c364d7ba",
            "last_updated": "2023-05-01T12:27:21.719679-04:00",
            "created_at": "2023-04-28T15:12:05.500320-04:00",
            "name": "Brighton & Hove Albion",
            "reward": "1.58000",
            "odds": "1.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91d5a8be-c37f-46a3-97c4-f6d88fe0bc63/?format=api"
        },
        {
            "id": "bf11116f-77b5-4148-977b-9865251447ff",
            "gambit_id": "96667671-a786-48be-b593-00d5e0ed31b9",
            "last_updated": "2023-05-01T12:27:21.716843-04:00",
            "created_at": "2023-04-28T15:12:05.497421-04:00",
            "name": "Draw",
            "reward": "3.88000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91d5a8be-c37f-46a3-97c4-f6d88fe0bc63/?format=api"
        },
        {
            "id": "99410d0e-bc4a-495f-940c-1b5b55851952",
            "gambit_id": "19745bde-13fe-4e65-964b-172e4aa9b5a3",
            "last_updated": "2023-05-01T12:27:21.718240-04:00",
            "created_at": "2023-04-28T15:12:05.498913-04:00",
            "name": "Wolverhampton Wanderers",
            "reward": "5.32000",
            "odds": "5.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91d5a8be-c37f-46a3-97c4-f6d88fe0bc63/?format=api"
        }
    ]
}