GET /api/bet_types/ddbc6d09-e2c2-4114-8556-096e4807e4f7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ddbc6d09-e2c2-4114-8556-096e4807e4f7",
    "match": "https://api-prod.gambitprofit.com/api/matches/9ba52d32-0d06-4436-b999-b30dbd2db6b4/?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": "Misfits Gaming",
                "amount": 5380.0
            },
            {
                "team": "Astralis",
                "amount": 4620.0
            }
        ],
        "expected_reward_tokens": 8823.2,
        "profit_sb": -176.8,
        "profit_sb_percentage": -1.96,
        "recommended": false
    },
    "lines": [
        {
            "id": "baceb0c1-d0c2-4302-a0b7-849685a8bb4c",
            "gambit_id": "defbf346-e699-4285-bc06-c493ef47d1dc",
            "last_updated": "2022-12-24T17:12:23.330322-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Misfits Gaming",
            "reward": "1.64000",
            "odds": "1.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ddbc6d09-e2c2-4114-8556-096e4807e4f7/?format=api"
        },
        {
            "id": "51e72ffd-ff25-4c6b-80d4-f10c0b786910",
            "gambit_id": "c2e0099e-7bf1-4239-8d5c-57f89ec017be",
            "last_updated": "2022-12-24T17:12:23.329207-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Astralis",
            "reward": "1.91000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ddbc6d09-e2c2-4114-8556-096e4807e4f7/?format=api"
        }
    ]
}