GET /api/bet_types/c17f5d85-d3a0-47c1-b5df-e5eadbe3d7cf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c17f5d85-d3a0-47c1-b5df-e5eadbe3d7cf",
    "match": "https://api-prod.gambitprofit.com/api/matches/4db560c7-a6ec-4d9a-8bfc-9447c04c5cc4/?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": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "G2 Esports",
                "amount": 6539.0
            },
            {
                "team": "BIG",
                "amount": 3461.0
            }
        ],
        "expected_reward_tokens": 8893.04,
        "profit_sb": -106.96,
        "profit_sb_percentage": -1.19,
        "recommended": false
    },
    "lines": [
        {
            "id": "c745b94c-c360-4325-b791-c1cc7aed21a0",
            "gambit_id": "a151ea74-d7f1-48dc-b8ad-7fb6f224084d",
            "last_updated": "2022-09-10T21:37:31.807502-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "G2 Esports",
            "reward": "1.36000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c17f5d85-d3a0-47c1-b5df-e5eadbe3d7cf/?format=api"
        },
        {
            "id": "13daeecb-4b83-4558-9f07-a17af8877fe7",
            "gambit_id": "7b526a1d-26a0-4c4f-b10d-7d0b18c7044c",
            "last_updated": "2022-09-10T21:37:31.806356-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BIG",
            "reward": "2.57000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c17f5d85-d3a0-47c1-b5df-e5eadbe3d7cf/?format=api"
        }
    ]
}