GET /api/bet_types/9ca6096a-a0b1-4561-b1c2-e35d092e7707/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9ca6096a-a0b1-4561-b1c2-e35d092e7707",
    "match": "https://api-prod.gambitprofit.com/api/matches/a67dee9d-4b1c-4a42-97bb-625df6f65e97/?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": "Shanghai Dragons",
                "amount": 7345.0
            },
            {
                "team": "Hangzhou Spark",
                "amount": 2655.0
            }
        ],
        "expected_reward_tokens": 9106.65,
        "profit_sb": -393.35,
        "profit_sb_percentage": -4.14,
        "recommended": false
    },
    "lines": [
        {
            "id": "e4d009fa-9f2c-43e1-af11-472ce21ceeae",
            "gambit_id": "5c497b18-769a-4cbc-972e-54d5435d0b1c",
            "last_updated": "2022-10-31T22:52:24.773895-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Shanghai Dragons",
            "reward": "1.24000",
            "odds": "1.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ca6096a-a0b1-4561-b1c2-e35d092e7707/?format=api"
        },
        {
            "id": "cc9784c1-135b-4168-bf8f-d38994e1e2a0",
            "gambit_id": "5f7f8e4e-13b2-413c-b1a8-4cc814044a86",
            "last_updated": "2022-10-31T22:52:24.775044-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Hangzhou Spark",
            "reward": "3.43000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ca6096a-a0b1-4561-b1c2-e35d092e7707/?format=api"
        }
    ]
}