GET /api/bet_types/1afca123-4ab7-4bfe-b42a-6bc0e6c58bd6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1afca123-4ab7-4bfe-b42a-6bc0e6c58bd6",
    "match": "https://api-prod.gambitprofit.com/api/matches/2b449885-fe84-429a-b640-3b3d43f5429d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-01T19:33:12.867404-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": "Joaquim Silva",
                "amount": 7089.0
            },
            {
                "team": "Clay Guida",
                "amount": 2911.0
            }
        ],
        "expected_reward_tokens": 9286.09,
        "profit_sb": -213.91,
        "profit_sb_percentage": -2.25,
        "recommended": false
    },
    "lines": [
        {
            "id": "27d2ab01-3178-4bcd-aaae-a51703689b21",
            "gambit_id": "7b43d817-82b7-4c8a-9850-c0db35db36b9",
            "last_updated": "2023-12-05T21:28:20.927963-05:00",
            "created_at": "2023-12-01T19:33:12.875870-05:00",
            "name": "Joaquim Silva",
            "reward": "1.31000",
            "odds": "1.32260",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1afca123-4ab7-4bfe-b42a-6bc0e6c58bd6/?format=api"
        },
        {
            "id": "0c4b4789-cd89-4af5-b1d5-68061c582721",
            "gambit_id": "d17035c4-a529-4375-aa90-449b7ac280cb",
            "last_updated": "2023-12-05T21:28:20.924706-05:00",
            "created_at": "2023-12-01T19:33:12.871678-05:00",
            "name": "Clay Guida",
            "reward": "3.19000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1afca123-4ab7-4bfe-b42a-6bc0e6c58bd6/?format=api"
        }
    ]
}