GET /api/bet_types/f2bbefc0-fdbb-4102-ae1f-100d8f7b6821/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f2bbefc0-fdbb-4102-ae1f-100d8f7b6821",
    "match": "https://api-prod.gambitprofit.com/api/matches/77065081-903b-47db-a4d0-f909ee9d5977/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-11T09:02:17.846234-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Benfica",
                "amount": 5802.0
            },
            {
                "team": "Draw",
                "amount": 4198.0
            }
        ],
        "expected_reward_tokens": 13054.5,
        "profit_sb": 3554.5,
        "profit_sb_percentage": 37.42,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Benfica",
                "amount": 4106.0
            },
            {
                "team": "Draw",
                "amount": 2971.0
            },
            {
                "team": "Inter Milan",
                "amount": 2924.0
            }
        ],
        "expected_reward_tokens": 9238.5,
        "profit_sb": -261.5,
        "profit_sb_percentage": -2.75,
        "recommended": false
    },
    "lines": [
        {
            "id": "9f27b86b-be4c-4738-b98d-5e2214a54290",
            "gambit_id": "15c206b2-aa81-405d-aebb-f77ebdf94002",
            "last_updated": "2023-04-13T11:12:25.296562-04:00",
            "created_at": "2023-04-11T09:02:17.849465-04:00",
            "name": "Benfica",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2bbefc0-fdbb-4102-ae1f-100d8f7b6821/?format=api"
        },
        {
            "id": "c96803d4-2405-4af3-b8ff-c3679881759c",
            "gambit_id": "af8deb26-9258-4ba9-bf40-bc6db0a47d80",
            "last_updated": "2023-04-13T11:12:25.297867-04:00",
            "created_at": "2023-04-11T09:02:17.852356-04:00",
            "name": "Draw",
            "reward": "3.11000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2bbefc0-fdbb-4102-ae1f-100d8f7b6821/?format=api"
        },
        {
            "id": "4e873b0c-c077-4818-8e2b-4b08c2822cdc",
            "gambit_id": "646f8b60-85a2-4027-80d7-ff115494c67b",
            "last_updated": "2023-04-13T11:12:25.299094-04:00",
            "created_at": "2023-04-11T09:02:17.855122-04:00",
            "name": "Inter Milan",
            "reward": "3.16000",
            "odds": "3.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2bbefc0-fdbb-4102-ae1f-100d8f7b6821/?format=api"
        }
    ]
}