GET /api/bet_types/604c405f-48df-4af9-a451-334f966eabb7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "604c405f-48df-4af9-a451-334f966eabb7",
    "match": "https://api-prod.gambitprofit.com/api/matches/4586a345-9676-4b60-993f-594561ef77b7/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Bayer 04 Leverkusen",
                "amount": 6154.0
            },
            {
                "team": "Club Brugge",
                "amount": 3846.0
            }
        ],
        "expected_reward_tokens": 11999.52,
        "profit_sb": 2999.52,
        "profit_sb_percentage": 33.33,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Bayer 04 Leverkusen",
                "amount": 4576.0
            },
            {
                "team": "Club Brugge",
                "amount": 2860.0
            },
            {
                "team": "Draw",
                "amount": 2564.0
            }
        ],
        "expected_reward_tokens": 8922.72,
        "profit_sb": -77.28,
        "profit_sb_percentage": -0.86,
        "recommended": false
    },
    "lines": [
        {
            "id": "917eaa5c-63cb-40a7-adfb-a6fab5d7120b",
            "gambit_id": "6997ae9e-9e71-4ed7-8bd2-072ea1d407d5",
            "last_updated": "2022-09-08T10:56:56.040901-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Bayer 04 Leverkusen",
            "reward": "1.95000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/604c405f-48df-4af9-a451-334f966eabb7/?format=api"
        },
        {
            "id": "74016cdb-1d6a-4e6e-90e8-5de8ce10aa6b",
            "gambit_id": "90ffa329-8d20-4371-bf7c-f8d255fd76e6",
            "last_updated": "2022-09-08T10:56:56.039939-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Club Brugge",
            "reward": "3.12000",
            "odds": "3.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/604c405f-48df-4af9-a451-334f966eabb7/?format=api"
        },
        {
            "id": "7364870d-5efe-4b96-8ad0-d7d5670aa5d4",
            "gambit_id": "e1a8f138-7d0d-4063-8298-7f07d698f516",
            "last_updated": "2022-09-08T10:56:56.041859-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.48000",
            "odds": "3.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/604c405f-48df-4af9-a451-334f966eabb7/?format=api"
        }
    ]
}