GET /api/bet_types/eedb62da-7560-4a79-a402-3530819a610f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eedb62da-7560-4a79-a402-3530819a610f",
    "match": "https://api-prod.gambitprofit.com/api/matches/576e9a31-868d-4ac9-8a20-c9d540166f49/?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": "Weibo Gaming",
                "amount": 6373.0
            },
            {
                "team": "FunPlus Phoenix",
                "amount": 3627.0
            }
        ],
        "expected_reward_tokens": 8922.2,
        "profit_sb": -77.8,
        "profit_sb_percentage": -0.86,
        "recommended": false
    },
    "lines": [
        {
            "id": "701bcb17-971d-4f1f-b2f5-611deb360395",
            "gambit_id": "b7f9482f-f47f-4a42-ac17-39acacab0b4e",
            "last_updated": "2022-08-08T12:11:55.085840-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Weibo Gaming",
            "reward": "1.40000",
            "odds": "1.44000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eedb62da-7560-4a79-a402-3530819a610f/?format=api"
        },
        {
            "id": "e183e41a-79d1-4a6b-8654-5bde1c3322e7",
            "gambit_id": "55fcfda5-5e92-4506-a279-1217836c4f18",
            "last_updated": "2022-08-08T12:11:55.085227-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "FunPlus Phoenix",
            "reward": "2.46000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eedb62da-7560-4a79-a402-3530819a610f/?format=api"
        }
    ]
}