GET /api/bet_types/9d52cb8b-359a-4f51-9c2a-8c947ef50776/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9d52cb8b-359a-4f51-9c2a-8c947ef50776",
    "match": "https://api-prod.gambitprofit.com/api/matches/1c4eb9d6-3a20-4fdd-845a-76d7a7d6dd56/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-25T13:53:23.883363-04: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": "HOU (J France)",
                "amount": 5615.0
            },
            {
                "team": "TEX (Y Rodriguez)",
                "amount": 4385.0
            }
        ],
        "expected_reward_tokens": 9601.65,
        "profit_sb": 101.65,
        "profit_sb_percentage": 1.07,
        "recommended": true
    },
    "lines": [
        {
            "id": "abb37ed6-310c-42b6-bcd5-826b9029eb91",
            "gambit_id": "f2437c9c-55c0-44f4-a859-3bca266234e9",
            "last_updated": "2023-07-27T13:02:59.295544-04:00",
            "created_at": "2023-07-25T13:53:23.897195-04:00",
            "name": "HOU (J France)",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d52cb8b-359a-4f51-9c2a-8c947ef50776/?format=api"
        },
        {
            "id": "c8fa3bd4-4911-469f-ab6b-1111ac3d9cfe",
            "gambit_id": "d5dddd7e-33c8-41af-8bea-0fb6640c5cfa",
            "last_updated": "2023-07-27T13:02:59.291623-04:00",
            "created_at": "2023-07-25T13:53:23.890648-04:00",
            "name": "TEX (Y Rodriguez)",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d52cb8b-359a-4f51-9c2a-8c947ef50776/?format=api"
        }
    ]
}